3x1 Conference Tabletop Box with Soft Codec
21
7.4 Display Setting
Command
Function
Command Example and
Feedback
#SET_ON_param1_param2:x
xxx
Set the “Display On” command
“xxxx” to be saved. When pressing
the “DISPLAY ON” button on front
panel, the command will be
automatically sent to the display
device.
param1 = A, H
§
A = ASCII string.
§
H = HEX string.
param2 = 1~7 (baud rate)
1 - 115200
2 - 57600
3 - 38400
4 - 19200
5 - 9600
6 - 4800
7 - 2400
#SET_ON_A_1:ABCDEFG
#SET_ON_H_1:11 22 33
@SET_ON_ASCII
(BAUD)x1 x2
@SET_ON_HEX
(BAUD)x1 0xY1,0xY2,...
#SET_OF_param1_param2_p
aram3: xxxx
Set the “Display Off” command
“xxxx” to be saved. When pressing
the “DISPLAY OFF” button on front
panel, the command will be
automatically sent to the display
device.
param1 = A, H
§
A = ASCII string.
§
H = HEX string.
param2 = 1~7 (baud rate)
1 - 115200
2 - 57600
3 - 38400
4 - 19200
5 - 9600
6 - 4800
7 - 2400
param3 = 1~100. The number of
sending Display Off” command.
#SET_OF_A_1_1:ABCDEF
G
#SET_OF_H_1_2:11 12 13
14
@SET_OF_ASCII
(BAUD)x1 (REPEAT)x2 x3
@SET_OF_HEX
(BAUD)x1 (REPEAT)x2
0xY1,0xY2,…
#SET_INTERVAL_OFF_RS23
2_REPEAT param1
Set the interval time when the
“Display Off” command is sent
repeatedly.
param1 = 300~10000 (default:
300ms)
#SET_INTERVAL_OFF_R
S232_REPEAT 300
@INTERVAL_OFF_RS232
_REPEAT 300
MILLISECONDS
#GET_INTERVAL_OFF_RS23
2_REPEAT
Get the interval time when the
“Display Off” command is sent
repeatedly.
@INTERVAL_OFF_RS232
_REPEAT 300
MILLISECONDS