
9
6-D. Get machine ID
HOST to DEVICE (4 bytes)
STX
G
M
CR
02H
47H
4DH
0DH
DEVICE to HOST (6 bytes)
STX
“XXXX”
CR
You can get the machine ID with this command.
XXXX: machine ID
6-E. Get name
HOST to DEVICE (4 bytes)
STX
G
N
CR
02H
47H 4EH
0DH
DEVICE to HOST (18 bytes)
STX
“XXXX” CR
You can get the name with this command
XXXX=
Name (16 bytes max
)
6-F. Get type
HOST to DEVICE (4 bytes)
STX
G
T
CR
02H
47H 54H
0DH
DEVICE to HOST (3 bytes)
STX
“X” CR
You can get the type with this command
X: 0----- receive only/1 -----transmit only (default)
6-G. Get format status
HOST to DEVICE (4 bytes)
STX
G
F
CR
02H
47H
46H
0DH
DEVICE to HOST (3 bytes)
STX
“X” CR
You can get the format status by this command
X: 0----RAW data format/1----SITE data + CARD data format
6-H. Control beep
HOST to DEVICE (12 bytes)
STX
S
B
“XXXXXXXX CR
02H
53H
42H
8 bytes
0DH
DEVICE to HOST (3 bytes)
STX
ACK/NACK CR
XXXXXXXX: beep string, composed of 0and 1. Each 1 will activate buzzer, 0 will stop buzzer.
Each bit control buzzer 0.1 sec.
For example, XXXXXXXX =
“ 11110101”, it sounds like “ BBBB-B-B”.