Acr30 – ACS ACK30 Smart Keyboard User Manual
Page 18

ACR30 Reference Manual
Version 3.3 January 2009
Page 18 of 44
ACR30
byte 1
2
3
4
5
Header
Instructio
n
Data
length
Data
Checksu
m
01
H
A2
H
01
H
3D
H
9F
H
This command is transmitted on the serial interface in 12 bytes as follows:
byte 1 2 3 4 5
6 7 8 9 10
11 12
STX
'0'
'1'
'A'
'2'
'0'
'1'
'3'
'D'
'9'
'F'
ETX
02
H
30
H
31
H
41
H
32
H
30
H
31
H
33
H
44
H
39
H
46
H
03
H
For the representation of the hex halfbyte values as the corresponding ASCII characters in
commands, the ACR30 accepts both upper case characters 'A' ... 'F' (41
H
... 46
H
) and lower case
characters 'a' ... 'f' (61
H
... 66
H
):
byte
1 2 3 4 5
6 7 8 9 10
11
12
STX
'0'
'1'
'A'
'2'
'0'
'1'
'3'
'D'
'9'
'F'
ETX
02
H
30
H
31
H
41
H
32
H
30
H
31
H
33
H
44
H
39
H
46
H
03
H
... is equivalent to:
byte 1 2 3 4 5
6 7 8 9 10
11
12
STX
'0'
'1'
'a'
'2'
'0'
'1'
'3'
'd'
'9'
'f'
ETX
02
H
30
H
31
H
61
H
32
H
30
H
31
H
33
H
64
H
39
H
66
H
03
H
In its response messages, the ACR30 uses upper case characters 'A' ... 'F'.