nfcim / flutter_nfc_kit

Flutter plugin to provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
https://pub.dev/packages/flutter_nfc_kit
MIT License
200 stars 121 forks source link

how can I read NFC tag ISO 14443-4 (Type A) #29

Closed thasaleni closed 3 years ago

thasaleni commented 3 years ago

Hi I am trying to read a tag which its standard comes as ISO 14443-4 (Type A), how can I trancieve it?

dangfan commented 3 years ago

You need to read the documentation first. For example, if you're using MIFARE DESFire Light, you can use 9060000000 to read its version. Please always refer to the user manual of your tag.