Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance to support HDX tag data format #10

Open
Makuna opened this issue Nov 14, 2022 · 1 comment
Open

Enhance to support HDX tag data format #10

Makuna opened this issue Nov 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request pending applied to repo but not in a release yet

Comments

@Makuna
Copy link
Owner

Makuna commented Nov 14, 2022

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.

@Makuna Makuna added the enhancement New feature or request label Nov 14, 2022
@Makuna Makuna self-assigned this Nov 14, 2022
@Makuna Makuna added the pending applied to repo but not in a release yet label Feb 8, 2024
@Makuna
Copy link
Owner Author

Makuna commented Feb 8, 2024

#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending applied to repo but not in a release yet
Projects
None yet
Development

No branches or pull requests

1 participant