![AEG ACM 9 Manual Download Page 24](http://html.mh-extra.com/html/aeg/acm-9/acm-9_manual_3048210024.webp)
Manual ACM 9 - ARE i9 release
Version: 10
Page: 24 / 51
Manual ACM9_ARE i9 release V10.docx
3.3
Firmware ARE i9 LF hdx - SEMI Industry
ARE i9 LF hdx - SEMI Industry reads low frequency hdx transponders, typically in glass transponder format 4mmx34mm.
3.3.1
Instruction Set
Communication with ARE i9 LF SEMI Industry is based on a simple ASCII text based protocol. The host sends text based
telegrams to ARE i9 LF SEMI Industry and receives text based telegrams back containing the answer to the query.
Communication to ARE i9 LF SEMI Industry is always triggered by the host.
3.3.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.3.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>