I am using an ACR1252U NFC Tag Reader to read NTag213 NFC Tags. I currently have a python program that successfully lets me connect and send commands to the reader & tag.
I am having trouble figuring out how to retrieve all of the records that are stored on the tag. Any help would be appreciated
If you are using
nfcpy
module to access the tag then the module module automatically reads any records on connect if the Tag has any NDEF data stored on it.To read is then just:-
See https://nfcpy.readthedocs.io/en/latest/topics/get-started.html#read-and-write-tags for more details