Specifications

Table Of Contents
Serial port intercommunication agreement | VI-88TR development handbook
12(0CH)
Illegal user with unmatched
password
13(0dH)
RF interference from external
14(0EH) Read protection on tag
……
30(1EH)
Invalid command, such as wrong
parameter command
31(1FH)
Unknown command
32(20H)
Other error
2.1.6 For example
For example: set baud rate of reader to be 9600bps, command packet is
40H 03H 01H 04H B8H
Thereinto :
40H Boot code
03H
Effective length is 3
bytes
01H
Command code of
SetBaudRate
04H
On behalf of
9600bps
B8H
Checksum
Checksum is the patch code of 40H+03H+01H+04H=48H
When execution correct, return packet is: F0H 02H 01H 0DH
When execution fail, return packet is: F4H 03H 01H 1FH E9H
2.1.7 Checksum
Following C language Check Sum calculation program is for reference:
unsigned char CheckSum(unsigned char *uBuff, unsigned char uBuffLen)
090909RevA|Page 11 of 97