QuickCorp / pyGT511C3

Python driver for Fingerprint Scanner - TTL (GT-511C3)
GNU Lesser General Public License v3.0
58 stars 56 forks source link

Information in text format #32

Open ernestocl opened 6 years ago

ernestocl commented 6 years ago

I'm using an RC522 RFID reader with an ESP32. I am using the function called Dumpinfo of Miguel Balboa's MFRC522.h library. The output is wrotten in HEX digits on the screen. I would like it was wrotten in text,or if possible in both ways. Can you please help with the code? Many thanks.