MSR605-Card-Reader-Writer-Eraser-with-GUI icon indicating copy to clipboard operation
MSR605-Card-Reader-Writer-Eraser-with-GUI copied to clipboard

With different devices, it works on Mac OSX (and probably linux)

Open drf5n opened this issue 5 years ago • 1 comments

Try this bit of code in cardReader.py:

    ...
    c = ['/dev/tty.usbserial']
    for x in range(0, 255):
        c.append('COM' + str(x))
    for x in c:
        try:
            self.__serialConn = serial.Serial(x)  # opens the serial port
            print("Worked: "+x)
    ...

And you can easily add other likely devices in the c=[...] list.

drf5n avatar Jul 19 '18 15:07 drf5n

Hey @drf5n,

I am unable to try the code as I sold the MSR605 I had 😵.

I'll leave this issue up for visibility and not close it.

manwinder123 avatar Jul 27 '18 16:07 manwinder123