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
Alistair Phillips @Ali_Phillips01_twitter Dec 09 2021 07:34
Hi, thanks for the code, Im using the WL-134 Board for aliexpress, the rfid134 code works with the sample tag that has come with the reader, however the code gives "Com Error 130" when i try my UK Sheep EID tags .... in the bast i have written my own code to read the tag and that works fine, what does the Com Error 130 mean, and why wont it read the uk animal tags
Alistair Phillips @Ali_Phillips01_twitter Dec 10 2021 06:44
just to follow up i found the issue, The code is set to look for full duplex tags and the ones im using are HDX so had to change the line if (packet[Rfid134_Packet_EndCode] != 0x03) to if (packet[Rfid134_Packet_EndCode] != 0x07) to look for the correct end
End Code can be 0x03 or 0x07.
Add member in Rfid134Reading for TagStyle and an enum that matches these end codes.
The text was updated successfully, but these errors were encountered:
End Code can be 0x03 or 0x07.
Add member in Rfid134Reading for TagStyle and an enum that matches these end codes.
The text was updated successfully, but these errors were encountered: