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

APDU command for read/write tags to ISO 14443-3A type NFC Tag #22

Closed
ram1972 opened this issue Jun 7, 2021 · 1 comment
Closed

APDU command for read/write tags to ISO 14443-3A type NFC Tag #22

ram1972 opened this issue Jun 7, 2021 · 1 comment

Comments

@ram1972
Copy link

ram1972 commented Jun 7, 2021

I am using FEITIAN reader BR500 and SDK.

What is the command to read and write tags to the card?

I can use NFC Tools iOS app to read and write tags. But when using FEITIAN sdk I need to send APDU command to read the tags written.

Please help.

@FeitianSmartcardReader
Copy link
Owner

@ram1972 you can follow the PC/SC command to send the APDU.
For example, to read Mifare tag, you will need send FFCA000000 to get UID/CSN from card.

chapter 3.2.1.3, and also you can follow the APDU manual
R502_Mifare_1K_CARD_APDU_EN_V1.0.xls

pcsc3_v2.01.09.pdf

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