User's Manual
ACMS Data
(10byte)
,PLL
Data
(4yte)
=Program
Info(2byt
e)
-Program
Number(2byte)
R/W
Ex) R63-24=09A8,dc2503251b20
Basic Rule
- Basically, transmit 'Hex code' in 'ASCII' form.
- When is '0x63', '6' and '3' are transmitted in ASCII form.
Instruction
1. Read
A. R(Cr) : Is instruction that read all Eeprom data.
Ex) r(Cr)
R00-24=09A8,2503251b20
:
:
R63-24=09A8,2503251b20
(00 ~ 99 to 00 ~ 63 by Hex indication)
A. rxxp ,rxp : x,xx = 0~63 Input address in Hex type.
Ex) r63(Cr)
R63-24=09A8,2503251b20
Ex) r2(Cr)
R02-24=09A8,2503251b20
2. Write
A. w63-24=09A8,2503251b20(Cr)
: Is equal with data format that read except 'W' and 'P'.
Can confirm to read after have used through instruction.
Debug Mode
8
Debug Mode Data Format