pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 379 forks source link

Pyscan MFRC630.py: mfrc630_iso14443a_select(uid) returns 4 byte UID on 7 byte card #120

Closed tbitu closed 4 years ago

tbitu commented 4 years ago

When I use the example code from Pyscan, replacing MFRC630.mpy with MFRC630.py (mpy file not working) I get wrong UID length on any 7 byte UID length cards, it always returns 4 byte UID.

Xykon commented 4 years ago

Sorry it took a while to fix this but updated libraries are now available. Please let me know if you continue to have issues.

johnrcassidy commented 3 years ago

Was this ever resolved and the appropriate .py file included in the library? I get the same errors as @AstarothPoD even when following #123