RS232 Protocol
6
Command:
get_fan_status!
Description:
Request current fan speed status
Return String(s):
fan=normal! / fan=high!
Return Description:
Current fan speeds
Example:
fan=normal!
Command:
get_amp_status!
Description:
Request current amplifier status
Return String(s):
amp=normal! / amp=protection!
Return Description:
Current status of the amplifiers
Example:
amp=normal!
Command:
get_volume_max!
Description:
Request Max volume value
Return String(s):
volume_max=##!
Return Description:
2 digit volume max level
Example:
volume_max=96!
Command:
get_volume_min!
Description:
Request Min volume value
Return String(s):
volume_min=0!
Return Description:
2 digit volume min level
Example:
volume_min=0!
Command:
get_volume!
Description:
Request current volume value. If a specific channel prefix is not included,
returns information for all 4 channels (0A/0B/0C/0D), each line separated by
carriage return
Return String(s):
0A/0B/0C/0D:volume_l_=##!
0A/0B/0C/0D:volume_r_=##!
Return Description:
2 digit current volume level
Example:
0C:volume_l_=40!
0C:volume_r_=40!
Command:
get_volume_l!
Description:
Request current volume value for the left channel. If a specific channel prefix
is not included, returns information for all 4 channels (0A/0B/0C/0D), each
line separated by carriage return
Return String(s):
0A/0B/0C/0D:volume_l_=##!
Return Description:
2 digit current left channel volume level
Example:
0C:volume_l_=40!