Simultaneous_RFID_Tag_Reader icon indicating copy to clipboard operation
Simultaneous_RFID_Tag_Reader copied to clipboard

Not being able to read data from HID Iron Tag 206 (8Kb usr mem)

Open edsonms opened this issue 6 years ago • 2 comments

Hi,

I have been trying to read the user memory of the tag Iron Tag 206 using your code but I have no data returned. I was able to read all other tags I have here (quite a few, as HID sent me a box with samples), but for this tag I can't read one single byte. It always returns "Error reading tag data" only for this tag. And inside the userDataRead function, the msg[0] is 1 (ERROR_COMMAND_RESPONSE_TIMEOUT) and once I got it as 2 (ERROR_CORRUPT_RESPONSE).

Have anyone faced similar thing?

edsonms avatar Aug 07 '18 15:08 edsonms

Have you been able to use the URA to read the tag? If the URA cannot read it then it may be something lower level than what the Arduino library can access.

nseidle avatar Aug 07 '18 15:08 nseidle

Yes, I am able to read the tag user memory with the URA.

See attached its content

image

edsonms avatar Aug 07 '18 15:08 edsonms