agent306 / nfc_io

A new flutter plugin to help developers looking to use internal hardware inside Android devices (iOS coming soon) for reading NFC tags.
Other
5 stars 6 forks source link

Read sector blocks data MIFARE Classic 1k #2

Open widapraponco opened 4 years ago

widapraponco commented 4 years ago

Hi I have tried this plugin and I have read the card mifare classic 1k, but I only got this {id: 0xxxx, content: TAG: Tech [android.nfc.tech.NfcA, android.nfc.tech.MifareClassic, android.nfc.tech.NdefFormatable], error: , status: NFCStatus.read}

How do I read the block data ?

speedlightwp commented 4 years ago

I also encounter similar issue with my card. How can I read the data? How can I read the CAN number, expiry date and other data? Thanks!