3x1 Conference Tabletop Box with Soft Codec
20
7.3 Display Control
Command
Function
Command Example and
Feedback
#AUTO_CEC_SET_PANEL_O
PEN
Enable the auto display control
mode. For more function
description, please refer to the
6.1.2 Display Control
.
@OPEN CEC DISPLAY
ON/OFF WHEN
SIGNAL/NOSIGNAL
#AUTO_CEC_SET_PANEL_C
LOSE
Disable the auto display control
mode.
@CLOSE CEC DISPLAY
ON/OFF WHEN
SIGNAL/NOSIGNAL
#GET_AUTO_CEC_SET_PAN
EL
Get the auto display control mode.
@OPEN CEC DISPLAY
ON/OFF WHEN
SIGNAL/NOSIGNAL
#SET_DISPLAY param1
Turn on or off display device by
simultaneously sending CEC and
RS232 commands.
param1 = ON, OFF
ON: Turn on display device.
OFF: Turn off display device.
#SET_DISPLAY ON
#SET_DISPLAY OFF
@SET_DISPLAY ON
@SET_DISPLAY OFF
#SEND_A_param1:xxxx
Send ASCII control command
“xxxx” to the display device.
param1 = 1~7 (baud rate).
1 - 115200
2 - 57600
3 - 38400
4 - 19200
5 - 9600
6 - 4800
7 - 2400
#SEND_A_1:ABCD123
ABCD123
#SEND_H_param1:xx xx xx
Send HEX control command “xx xx
xx” to the display device.
param1 = 1~7 (baud rate).
1 - 115200
2 - 57600
3 - 38400
4 - 19200
5 - 9600
6 - 4800
7 - 2400
#SEND_H_1:11 22 33
11 22 33