misiri_driver
misiri_driver copied to clipboard
A driver for Misiri MSR605X/MSRX/similar magnetic stripe reader/writer compatible with Linux/Mac/Windows
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
I'm willing to pay $50 if someone can fix this issue for me, ideally I would like it to work on windows but then I get the LIBUSB_ERROR_NOT_SUPPORTED error Basically...
I had to run as ```sudo node index.js``` I was able to read and clone cards no problem I did not have success with write_iso. For example ```write_iso track1/none~track2/none~track3/none``` threw...
Is there a way to save card contents into a file, and next be able to write a blank card from that file.
Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1. Release notes Sourced from bl's releases. v3.0.1 Fix unintialized memory access Commits 84e1852 Bumped v3.0.1 8a8c13c Fix unintialized memory access See full diff in...
Hello, I am using Arch Linux, with the MSR605x. On the windows partition I have, the Track 1 is not corrupt for the tests I've run to read, and I'd...
Suggestion : Add a prompt in CLI
SO: Windows 10 Home. Node js version: v12.14.1 Device Model: MSR605X C:\Users\jick9\Desktop\t-m\misiri_driver-master>node index.js 1 interfaces found. C:\Users\jick9\Desktop\t-m\misiri_driver-master\node_modules\usb\usb.js:322 return this.device.__isKernelDriverActive(this.id) ^ Error: LIBUSB_ERROR_NOT_SUPPORTED at Interface.isKernelDriverActive (C:\Users\jick9\Desktop\t-m\misiri_driver-master\node_modules\usb\usb.js:322:21) at connectToDevice (C:\Users\jick9\Desktop\t-m\misiri_driver-master\index.js:199:19) at Object....