Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFRC UART Communication #16

Open
Shubham1196 opened this issue Aug 13, 2021 · 1 comment
Open

MFRC UART Communication #16

Shubham1196 opened this issue Aug 13, 2021 · 1 comment

Comments

@Shubham1196
Copy link

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
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants