Electronics > Projects, Designs, and Technical Stuff
RFID 125khz cards, RDM6300 reader trying to make sense of the readings
(1/1)
jz79:
edit: simplified my question
A card that came with the reader has the ID printed on it: 0008075634 [empty space] 123,14706
and this card reads as following using the RDM6300 reader:
-------------------------------------------------
6F007B39725F {this is the serial string, and the following is interpretation by uC, arduino running a demo sketch for this reader}
Message-Head: 2
Message-Data (HEX):
6F (version)
007B3972 (tag)
Message-Checksum (HEX): 5F
Message-Tail: 3
--
Extracted Tag: 8075634
Extracted Checksum (HEX): 5F (OK)
---------------------------------------------------
and I'm interested what is the relation between the decimal value (or its hex value that the reader is sending over serial) to the latter decimal number printed on the card - this 0008075634(007B3972) and this 123,14706 ?
jz79:
nvm, figured it out, didn't realize significance of the comma in the second "number"
RDM6300 hex string: 00 7B 39 72
^ ^
second number on card: 123 14706
Navigation
[0] Message Index
Go to full version