Reputation: 452
I am developing an App to read the Barcode of our library books from there respective RFID tags. I am using android.nfc.tech.NfcV
and able to read the memory contents of the tag, which seems to be Hexadecimal byte array.
how can I decode the BarCode and other information from the Hexadecimal bytes of RFID tag?
The screenshot shows information of one the book's RFID tag(shows the Hexadecimal byte array).(NFC tool app is used.)
In this example the Barcode of the book is- 226866.
Upvotes: 0
Views: 2119