Benutzer-Werkzeuge

Webseiten-Werkzeuge


friedhof:msr605_magnet_cardreader

msr605 magnet cardreader

Short Info

MSR605 can read/write all the tracks from Magnet Stripe Cards

Linux Support

msr.py

MSR605 Read-Write Python Script: http://www.triades.net/msr605-driver.html

Mirror: https://gist.github.com/makefu/5191831

pseudocode.sh
#?/bin/sh
python2 ./msr.py -d /dev/ttyUSB0 --read
## 1=%Bob Ross?
## 2=;123456789?
## 3=;000000000000000000000000?
 
python2 msr.py -d /dev/ttyUSB0  --write "Bob Ross" "1234567890" "000000000000000000000000"

wine

Windows Krepelsoftware seems to be running under wine without problems (only rumors, not working for me…)

  1. Create the folder ~/.wine/dosdevices/
  2. Find out which tty your usb/serial adapter shows up as (let's assume it's /dev/ttyUSB0)
  3. Create symlink named com1 in dosdevices (ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1)
  4. Make sure your user has read/write access to the actual tty device

Windows Krepelsoftware

  1. Download Drivers
  2. Install PL2303 Driver
  3. Install Krepelsoftware
  4. Have phun!
friedhof/msr605_magnet_cardreader.txt · Zuletzt geändert: 2020-07-20 11:37 von neos