RS232 Protocol
5
Command:
get_current_power!
Description:
Request current power status
Return String(s):
power=on! / power=standby!
Return Description:
Current power status
Example:
power=on!
Command:
get_current_source!
Description:
Request current source
Return String(s):
source=cd! / source=iradio! / source=network! / source=aux1! /
source=aux2! / source=usb! / source=fm! / source=dab!
Return Description:
Current source
Example:
source=cd!
Command:
get_current_preset!
Description:
Request current preset
Return String(s):
preset_iradio=##! / preset_fm=##! / preset_dab=##!
Return Description:
Current preset station 2 digit length
Example:
preset_iradio=13!
Command:
get_iradio_preset_n!
Description:
Request saved iRadio station info for present n (n = 1 – 30)
Return String(s):
iradio_preset_n=##,text
Return Description:
Saved iRadio preset number, must include 2 digit length of text string at
beginning followed by "," and text string (no terminating character)
Example:
iradio_preset_02=##,text
Command:
get_allpreset_iradio!
Description:
Request all saved iRadio station info [ 1..30 ]
Return String(s):
iradio_preset_n=##,text
Return Description:
Saved iRadio preset number, must include 2 digit length of text string at
beginning followed by "," and text string (no terminating character)
Example:
iradio_allpreset_01=##,text .. iradio_allpreset_30=##,text
Command:
get_fm_preset_n!
Description:
Request saved FM station info for present n (n = 1 – 30)
Return String(s):
fm_preset_n=##,text
Return Description:
Saved FM preset number, must include 2 digit length of text string at
beginning followed by "," and text string (no terminating character)
Example:
fm_preset_04=##,text
Command:
get_allpreset_fm!
Description:
Request all saved FM station info [ 1..30 ]
Return String(s):
fm_preset_n=##,text
Return Description:
Saved FM preset number, must include 2 digit length of text string at
beginning followed by "," and text string (no terminating character)
Example:
fm_allpreset_01=##,text .. fm_allpreset_30=##,text