3x1 Conference Tabletop Box with Soft Codec
17
Command
Function
Command Example and
Feedback
#GET_POWER
Get the device standby or working
status.
@POWER 0
#SET_GUI_IP_ADDR
param1.param2.param3.para
m4
Set GUI IP address.
param1 = 0~255
param2 = 0~255
param3 = 0~255
param4 = 0~255
#SET_GUI_IP_ADDR
192.168.0.179
@SET_IP 192.168.0.179
#GET_GUI_IP_ADDR
Get GUI IP address.
@SET_IP 192.168.0.179
#SET_SIGNAL_DET param1
Set the detection method of source
signal to TMDS or 5V.
param1= TMDS, 5V.
#SET_SIGNAL_DET
TMDS
#SET_SIGNAL_DET 5V
@SIGNAL_DET_MODE
TMDS
@SIGNAL_DET_MODE
5V
#GET_SIGNAL_DET
Get the detection method of source
signal.
@SIGNAL_DET_MODE
5V
#SET_KEYPAD_LOCK
param1
Lock or unlock front panel buttons.
param1 = 0, 1
0 - Unlock
1 - Lock
#SET_KEYPAD_LOCK 0
#SET_KEYPAD_LOCK 1
@KEYPAD_LOCK 0
@KEYPAD_LOCK 1
#GET_KEYPAD_LOCK
Get the locking status of front panel
buttons.
@KEYPAD_LOCK 0
#SET_OUTPUT_HDCP
param1
Set the HDCP mode.
param1 = PASSIVE, ACTIVE
PASSIVE: Automatically follows the
input source’s HDCP content.
ACTIVE: Automatically output
HDCP 1.4 content, and if the input
source has no HDCP content, the
output also has no HDCP content.
#SET_OUTPUT_HDCP
PASSIVE
#SET_OUTPUT_HDCP
ACTIVE
@OUTPUT_HDCP
PASSIVE
@OUTPUT_HDCP
ACTIVE
#GET_OUTPUT_HDCP
Get HDCP mode.
@OUTPUT_HDCP
ACTIVE
#SET_RS232_BAUD param1
Set the RS232 baud rate.
param1 = 0~6.
0 - 115200
1 - 57600
2 - 38400
3 - 19200
#SET_RS232_BAUD 0
#SET_RS232_BAUD 1
#SET_RS232_BAUD 2
#SET_RS232_BAUD 3