27
Display Control
Command
Description
Feedback Example
TVON.
Turns on the connected display. CEC_TV_POWON!
TVOFF.
Turns off the connected display. CEC_TV_POWOFF!
TVVOL+.
Increase the volume level on the
connected display.
CEC_TV_VOLUP!
TVVOL-.
Decrease the volume level on
the connected display.
CEC_TV_VOLDOWN!
TVMUTE.
Toggles audio muting on the
connected display.
CEC_TV_VOLMUTE!
or
CEC_TV_VOLUNMUTE!
Third-party Device Control
Command
Description
Feedback Example
/+[y]:xxx.
Sends the command xxx to
control the third-party device at
y baud rate.
xxx=ASCII string.
y=1: 2400 baud
y=2: 4800 baud
y=3: 9600 baud
y=4: 19200 baud
y=5: 38400 baud
y=6: 57600 baud
y=7: 115200 baud
Example: /+3:123456.
Sends the command
123456 to the third-party
device at 9600 baud.