Click here to Skip to main content
15,885,209 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to read the RFID chip that is in the passports and some ID cards. I have RuggON Rextorm PX501 Windows 10 tablet which has PN544 NFC chip.

Can someone give me directions how to receive the information, i see that it uses COM port for communication but is there a way to receive the bytes and convert them to UTF-8

Also a .NET library that could do that?

What I have tried:

I have tried some applications but with no luck.
Posted
Comments
Kornfeld Eliyahu Peter 27-Feb-18 15:51pm    
The chip driver should define a COM port (you can see on the device list)... .NET has nice support for COM communication...
https://www.codeproject.com/Articles/678025/Serial-Comms-in-Csharp-for-Beginners

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900