4K Switcher with Soft Codec & Matrix Outputs
27
Command
Function
Command & Feedback
Example
(param1)
when press display button.
param1 = ON, OFF
ON - ENABLE RS232 SENDING
OFF - DISABLE RS232 SENDING
@KEY_RS232_SENDING ON
#GET_KEY_RS232
Get the status of Enable/Disable
send rs232 command when pressing
display button
#GET_KEY_RS232
@KEY_CEC_SENDING ON
@KEY_CEC_SENDING OFF
#SET_KEY_CEC
(param1)
Enable/Disable send CEC command
when pressing display button.
param1 = ON, OFF
ON - ENABLE CEC SENDING
OFF - DISABLE CEC SENDING
#SET_KEY_CEC ON
@KEY_CEC_SENDING ON
#GET_KEY_CEC
Get the status of Enable/Disable
send CEC command when press
display button.
#GET_KEY_CEC
@KEY_CEC_SENDING ON
@KEY_CEC_SENDING OFF
6.3.6 RS232 Setting
Note:
Except for
the commands #SET_INTERVAL_OFF_RS232_REPEAT (param1),
#GET_INTERVAL_OFF_RS232_REPEAT, #SET_DIS_INPUT_DELAY (param1) and
#GET_DIS_INPUT_DELAY, the rest of RS232 Setting commands do not need with
the end mark
of “<CR><LF>” and the param settings are no more than 48 characters.
Command
Function
Command & Feedback
Example
#SEND_A_(param1):(pa
ram2)
Send ascll string to the third-party
devices.
param1 = 1, 2, 3, 4, 5, 6, 7
1 - BAUD 115200
2 - BAUD 57600
3 - BAUD 38400
4 - BAUD 19200
5 - BAUD 9600
6 - BAUD 4800
7 - BAUD 2400
param2 = ASCII string
Param settings are no more than 48
characters.
#SEND_A_1:ABCD123
@SEND_ASCII_STRING xxx
#SEND_H_
(param1):(param2)
Send hex string to the third-party devices.
param1 = 1, 2, 3, 4, 5, 6, 7
#SEND_H_1:11 22 33
@SEND_HEX_STRING