54
KX-PRL260/KX-PRL262/KX-PRD260/KX-PRD262/KX-PRLA20
12.2.4.
Commands
See the table below for frequently used commands.
Command name
Function
Example
rdeeprom
Read the data of EEPROM
Type “rdeeprom 00 00 FF”, and the data from address
“00 00” to “FF” is read out.
readid
Read ID (RFPI)
Type “readid”, and the registered ID is read out.
writeid
Write ID (RFPI)
Type “writeid 00 18 E0 0E 98”, and the ID “0018 E0 0E
98” is written.
hookoff
Off-hook mode on Base
Type “hookoff”.
hookon
On-hook mode on Base
Type “hookon”.
getchk (Base unit)
Read checksum
Type “getchk”.
How to use of
"getchk"
in Handset
1.rdeeprom
Read EEPROM
Type “RdEeprom 03 7D 04”, and the data from address
"03 7D" to "03 80" is read out
*This command gets 4 byte "WW", "XX", "YY", "ZZ".
*Please NEVER forget these 4 byte data!
2.sendchar epw
Write EEPROM
Type “sendchar epw 03 7D 04 FF FF FF FF”
3.sendchar RST
Reset baseset
Type “sendchar RST”
4.getchk
Read checksum
Type “getchk”.
5.sendchar epw
Write EEPROM
Type “sendchar epw 03 7D 04 WW XX YY ZZ”
*"WW", "XX", "YY", "ZZ" is 4 byte data that already read
from same address.
wreeprom
Write the data of EEPROM
Type “wreeprom 01 23 45”. “01 23” is address and “45”
is data to be written.