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

MSR605 is a card reader/writer/eraser, the python code provides an interface between the device and your machine

Results 1 MSR605-Card-Reader-Writer-Eraser-with-GUI issues
Sort by recently updated
recently updated
newest added

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...

enhancement