51
5.1.3 Output the status of Preset Mode
?pre[CR]
: Output the preset status
(Example output)
PREM=0 (0: non 1: power on 2: saved)
PRESET LENGTH: 13
DATA(HEX):
34 39 3F 3F 3F 3F 3F 3F 3F 3F
3F 3F 3F
DATA(ASCII):
49???????????
(Output format)
PREM=a (0: non 1: power on 2: saved)[CR]
PRESET LENGTH: b[CR]
DATA(HEX): [CR]
XX XX XX XX XX XX XX XX XX XX[CR]
XX XX XX XX XX XX XX XX XX XX[CR]
XX XX XX XX [CR]
DATA(ASCII): [CR]
xxxxxxxxxxxxxxxxxxxxxxxx
a
: Preset Mode
b
: The digit of the length of the preset data
XX XX …
: Preset data character (in hex)
xxxxxx… : Preset data character (in ASCII/JIS)
If the preset data include control code, it is transferred to “*”.