![AEG ACM 9 Manual Download Page 38](http://html.mh-extra.com/html/aeg/acm-9/acm-9_manual_3048210038.webp)
Manual ACM 9 - ARE i9 release
Version: 10
Page: 38 / 51
Manual ACM9_ARE i9 release V10.docx
3.5
Firmware ARE i9 HF
3.5.1
Instruction Set
Communication with ARE i9 is based on a simple ASCII text based protocol. The host sends text based telegrams to ARE i9
and receives text based telegrams back containing the answer to the query. Communication to ARE i9 is always triggered
by the host.
3.5.2
General format of instruction set
The protocol format is as follows
Instruction
<SP>
parameter
<CR>
The space character <SP> separates commands from parameters and the <CR> character acts as command line
terminator.
For commands without parameter values (e.g. GT ) the <SP> character and parameter values are omitted. The command
line is as short as this:
Instruction
<CR>
3.5.3
VER
VER – Reader firmware version
VER is used to get the actual reader firmware version. .
Input format:
VER <CR>
Hex:
56
45
52
0D
ASCII:
‘V’
‘E’
‘R’
<CR>
Output (example): ARE i9 V_1.011 <CR>
Hex:
21
00
15
...
...
31
0D
ASCII:
‘A’
‘R’
‘E’
...
...
‘1’
<CR>