![AEG ACM 9 Manual Download Page 41](http://html.mh-extra.com/html/aeg/acm-9/acm-9_manual_3048210041.webp)
Manual ACM 9 - ARE i9 release
Version: 10
Page: 41 / 51
Manual ACM9_ARE i9 release V10.docx
3.5.8
RD
RD – Read transponder memory page
RD is used to read an individual memory page from a transponder in the field.
Input format:
RD<SP> 1<CR>
Hex:
52
44
20
31
0D
ASCII:
‘R’
‘D’
<SP>
’1’
<CR>
Output (example): 12345678<CR>
Hex:
31
32
33
...
...
38
0D
ASCII:
‘1’
‘2’
‘3’
...
...
‘8’
<CR>
3.5.9
WD
WD – Write transponder memory page
WD is used to write to individual memory page from a transponder in the field.
Input format:
WD<SP> 5<SP> 12345678<CR>
Hex:
57
44
20
35
20
31
...
38
0D
ASCII:
‘W’
‘D’
<SP>
‘5’
<SP>
‘1’
...
’8’
<CR>
Output (example): 12345678<CR>
Hex:
31
32
33
...
...
38
0D
ASCII:
‘1’
‘2’
‘3’
...
...
‘8’
<CR>
3.5.10
VSAVE
VSAVE – Save parameter permanently in ARE i9 flash memory
VSAVE is used to save parameters permanently in flash memory of ARE i9 to be available after power on.
Input format:
VSAVE <CR>
Hex:
56
53
41
56
45
0D
ASCII:
‘V’
‘S’
‘A’
’V’
‘E’
<CR>
Output (example): OK<CR>
Hex:
4F
4B
0D
ASCII:
‘O’
‘K’
<CR>