You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: