8000 GitHub - Protryon/misiri_driver: A driver for Misiri MSR605X/MSRX/similar magnetic stripe reader/writer compatible with Linux/Mac/Windows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Protryon/misiri_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misiri Driver

A driver for Misiri MSR605X/MSRX/similar USB magnetic stripe reader/writer compatible with Linux/Mac/Windows.

Motivation & Goals

At time of writing, Misiri's primary driver download website is not online, and has not been for some time.

Paired with the lack of linux support and poor software quality, this driver aims to replace the core functionality of the software provided by Misiri.

Device Support

All testing was does with a Misiri MSR605X via USB on an Ubuntu 19.04 host system. Bluetooth is not supported. Similar Misiri devices are likely to work.

Running

  • Install nodejs 10+
  • Run npm i to install required packages.
  • Run node index.js to initialize the CLI.

Commands

  • read -- prepare the card reader to read a card, outputs in Raw and ISO
  • read_cycle -- read repeatedly until execution halts
  • write_raw -- prepare to write a raw hex stream to the card. usage: write_raw track1/none track2/none track3/none
  • clone -- prepare to read a card, and upon read success, prepare to write another card with raw equiva 59B2 lent data
  • write_iso -- prepare to write ISO data to a card, usage: write_iso track1/none~track2/none~track3/none
  • write_script -- enables write_iso macro to be loaded

Support

If you have issues running this driver, please fill out a bug report on GitHub, providing all command line input/output, your OS, model of your device, and any other relevant information.

About

A driver for Misiri MSR605X/MSRX/similar magnetic stripe reader/writer compatible with Linux/Mac/Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0