-
Notifications
You must be signed in to change notification settings - Fork 25
Home
PenturaLabs edited this page Jun 16, 2013
·
1 revision
Welcome to the MSR605 wiki!
- For help and demo's, we recommend reading the following Usage page.
When purchasing an MSRX0X (eg. 605/506/609). The device comes with a mini CD-ROM, contents of which are:
- Windows Driver
- MSRWrite Program
The Serial Driver is actually the PL2303. So make sure that this is either compiled directly into your Linux Kernel or is available is a module.
Execute as root or use the sudo command to:
- modprobe usbserial
- modprobe pl2303
- /dev/ttyUSBX
Simply type:
make
Then to run the program, first:
export LD_LIBRARY_PATH="."
then:
./msr605
You may want to copy libmsr605.so to /usr/local/lib/