Question about parallax RFID reader
makkia
Posts: 12
Hi,
I have a question, when the RFID reader scans a tag it sends on its serial output port 11 bytes, with start bit being 0A and the remaining being for the tag's ID
My question is, if the tag ID is only 40 bits long (5 bytes), why does the RFID reader send 10 bytes?
Also, I was looking at the BASIC stamp code for integration with the RFID reader, the tags are stored hexadecimal values that equal to 5 bytes only, and yet they are being compared to 10 bytes..
Can someone please help me understand how this happens?
I have a question, when the RFID reader scans a tag it sends on its serial output port 11 bytes, with start bit being 0A and the remaining being for the tag's ID
My question is, if the tag ID is only 40 bits long (5 bytes), why does the RFID reader send 10 bytes?
Also, I was looking at the BASIC stamp code for integration with the RFID reader, the tags are stored hexadecimal values that equal to 5 bytes only, and yet they are being compared to 10 bytes..
Can someone please help me understand how this happens?
Comments