iwanders / MFRC630

A library for NXP's MFRC630 NFC IC.
MIT License
59 stars 22 forks source link

MFRC UART Communication #16

Open Shubham1196 opened 3 years ago

Shubham1196 commented 3 years ago

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.

iwanders commented 3 years ago

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!