You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to Read Version of my MFRC63002 Card Reader using Serial utility like Docklite. please can someone help me out with the commands?Just to understand if my reader is Communicating, Also how do i read UID of My MiFare Classic Card.
The text was updated successfully, but these errors were encountered:
I don't know what the MFRC63002 Card Reader specifically is, nor do I know what Docklite is. But if you want to use uart you'd have to rewrite the SPI register interface functions to use a serial port. Then you should be able to use the other methods from the library to communicate to your chip.
Doubt anyone has done that yet, SPI is often preferred over the uart interface, so don't think anyone can just give you the code to use. It'll require some work and debugging, hope this provides some starting points, goodluck!
I want to Read Version of my MFRC63002 Card Reader using Serial utility like Docklite. please can someone help me out with the commands?Just to understand if my reader is Communicating, Also how do i read UID of My MiFare Classic Card.
The text was updated successfully, but these errors were encountered: