milan.rajik
Banned
I am doing a project of RFID card reader with PIC18F45K22 @ 4 MHz external crystal. I am using UART baudrate of 9600 bps.
My card gives the below data.
[02]1400508931FC[03][02]1400508931FC[03][02]1400508931FC[03][02]1400508931FC[03][02]1400508931FC[03]
So, [02]1400508931FC[03] repeats if card is placed near reader. This I found by connecting the card reader to PC and watching the data on Termite Serial terminal software.
On my card it is printed 0005278001 080,35121
So, according to page 8 of the attached document
0005278001 is UART data and 080,35121 is Wiegand data.
How does 0005278001 translate to tag shown above ?
If [02]1400508931FC[03] is tag then what is the 0005278001 number printed on card ? And why in the document page no. 8 it is mentioned as UART data ?
broken link removed
Also in the tag given out by the card there [02] in the beginning and [03] in the end. Are they Start of text and end of text ? Here it is mentioned that they are STX and ETX.
In mikroC PRO how to check if received data is STX and ETX ?
https://www.asciitable.com/
My card gives the below data.
[02]1400508931FC[03][02]1400508931FC[03][02]1400508931FC[03][02]1400508931FC[03][02]1400508931FC[03]
So, [02]1400508931FC[03] repeats if card is placed near reader. This I found by connecting the card reader to PC and watching the data on Termite Serial terminal software.
On my card it is printed 0005278001 080,35121
So, according to page 8 of the attached document
0005278001 is UART data and 080,35121 is Wiegand data.
How does 0005278001 translate to tag shown above ?
If [02]1400508931FC[03] is tag then what is the 0005278001 number printed on card ? And why in the document page no. 8 it is mentioned as UART data ?
broken link removed
Also in the tag given out by the card there [02] in the beginning and [03] in the end. Are they Start of text and end of text ? Here it is mentioned that they are STX and ETX.
In mikroC PRO how to check if received data is STX and ETX ?
https://www.asciitable.com/
Attachments
Last edited by a moderator: