SUPER-RFID
11/28/2006
Shanghai Super Electronic Technology Co. Ltd Phone: 021-64646641, 64646643, 64692252
Fax: 021-64646643-802 E-Mail:
marketing@superrfid.net
website:
http://www.superrfid.net
Page 8 of 9
Choose correct port to finish setup, and then start testing.
For example, 38400bps, 8 data bits, 1 start bit, 1 stop bit, no check bit
The data format of reader transmission and reception:
STX(1BYTE)
, RFID_ID(4BYTE) totally 5 ASCII characters
STX is 0x02h
RFID_ID include 4 bytes, representing a 2 bytes unsigned integer, such as ID=10811,
the hexadecimal expression will be 0x2Ah, 0x3Bh while it can be expressed as 4 bytes
ASCII characters: 2, A, 3, B.
Therefore, the data PC received for a tag with ID=10811 is :
Expression in ASCII : STX 2 A 3 B
Expression in hexadecimal: 0x02h 0x32h 0x41h 0x33h 0x42h
Starting with 0X02h, the following 4 bytes represent an ID number.