4K Presentation Switcher with Soft Codec & Matrix Outputs
15
Command
Function
Command & Feedback
Example
(param1)
RS232 port.
param1 = 0, 1, 2, 3, 4, 5, 6
0 - BAUD 115200
1 - BAUD 57600
2 - BAUD 38400
3 - BAUD 19200
4 - BAUD 9600
5 - BAUD 4800
6 - BAUD 2400
#SET_RS232_BAUD 1
#SET_RS232_BAUD 2
#SET_RS232_BAUD 3
#SET_RS232_BAUD 4
#SET_RS232_BAUD 5
#SET_RS232_BAUD 6
@RS232_BAUD 0
@RS232_BAUD 1
@RS232_BAUD 2
@RS232_BAUD 3
@RS232_BAUD 4
@RS232_BAUD 5
@RS232_BAUD 6
#GET_RS232_BAUD
Get the communication baud rate of
Rs232 port.
#GET_RS232_BAUD
@RS232_BAUD 0
@RS232_BAUD 1
@RS232_BAUD 2
@RS232_BAUD 3
@RS232_BAUD 4
@RS232_BAUD 5
@RS232_BAUD 6
#SET_SIGNAL_DET
(param1)
Set signal detecting mode to TMDS
detecting or 5V detecting
param1 = TMDS, 5V
TMDS - SIGNAL EXIST IF DETECTED
TMDS
5V - SIGNAL EXIST IF DETECTED 5V
#SET_SIGNAL_DET 5V
@SIGNAL_DET_MODE
TMDS
@SIGNAL_DET_MODE
5V
#GET_SIGNAL_DET
Get signal detecting mode
#GET_SIGNAL_DET
@SIGNAL_DET_MODE
TMDS
@SIGNAL_DET_MODE
5V
#SET_KEYPAD_LOCK
(param1)
Lock/unlock keypad
param1 = 0,1
0 - KEYPAD UNLOCK
1 - KEYPAD LOCKED
#SET_KEYPAD_LOCK 0
@KEYPAD_LOCK 0
#SET_KEYPAD_LOCK 1
@KEYPAD_LOCK 1
#GET_KKEYPAD_LOCK
Get lock/unlock keypad status
#GET_KKEYPAD_LOCK
@KEYPAD_LOCK 0
@KEYPAD_LOCK 1
Note: Devices will reboot when finishing the command #FACTORY_RESET.