khoa288 / id-chip-reader

Reader for Vietnamese Identification Card Chip implementation in C
https://khoa288.github.io/id-chip-reader/
MIT License
1 stars 1 forks source link

ask about the project #1

Closed thaisonmq closed 3 months ago

thaisonmq commented 3 months ago

what product are you using to read NFC, does the program work like the video?

khoa288 commented 3 months ago

Hi @thaisonmq, the product used for NFC reading in the video is the Sony FeliCa RC-S380/S. I have also tested the program with the Gemalto USB Smart Card Reader. You can find the code for the interaction with the reader (Connect, Read, Send, etc.) in utils/reader.c. The program should work with other readers as well, though you might need to make minor code changes in this file based on your reader's API. The rest of the code handles the logic for reading Identification Card Chips, which should be consistent across different readers as per the ICAO Doc 9303 standards.