https://github.com/raphaelm/msrtool
CLI tool to use the MSR605 magstripe reader/writer
https://github.com/raphaelm/msrtool
Last synced: 3 months ago
JSON representation
CLI tool to use the MSR605 magstripe reader/writer
- Host: GitHub
- URL: https://github.com/raphaelm/msrtool
- Owner: raphaelm
- Created: 2014-03-23T18:25:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T22:51:20.000Z (about 11 years ago)
- Last Synced: 2025-02-28T13:39:44.561Z (4 months ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 55
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A linux tool for simple usage of the MSR605 magnet stripe reader/writer
USAGE:
./msrtool.py /dev/ttyUSB0
You should have write access to the serial port, so you either run this as
root or add yourself to the dialout group (or whatever group your linux
assigns /dev/ttyUSB0 to).This is heavily based on the work from Damien Bobillot, who wrote the Python
driver for the MSR605's serial interface. I only wrapped a nicer frontend around.As Damien's work is GPL, this is licensed under the terms of the GPL, too.