4K Presentation Switcher with Soft Codec & Matrix Outputs
21
Command
Function
Command & Feedback
Example
#GET_EDID_MODE
(param1)
Get EDID mode of Input port.
param1 = H1, H2, DP, C, RXH.
This param could be omitted.
H1 - HDMI1 INPUT
H2 - HDMI2 INPUT
DP - DP INPUT
C - USBC INPUT
RXH - RXHDMI INPUT
(If this param is omitted, which means
getting the EDID mode for H1, H2, DP,
USBC and RXH input port
simultaneously.)
#GET_EDID_MODE
#GET_EDID_MODE H1
#GET_EDID_MODE H2
#GET_EDID_MODE DP
#GET_EDID_MODE C
#GET_EDID_MODE RXH
@H1_EDID_MODE x
@H2_EDID_MODE x
@DP_EDID_MODE x
@C_EDID_MODE x
@RXH_EDID_MODE x
#UPLOAD_USER_EDID
(param1)
Upload User-defined EDID
param1 = 1,2
1 - UPLOAD USER-DEFINED 1 EDID
2 - UPLOAD USER-DEFINED 2 EDID
#UPLOAD_USER_EDID 1
#UPLOAD_USER_EDID 2
@USER_EDID_READY 1
@USER_EDID_READY 2
Note: Please send the EDID file of 256 or 128 bytes in 10s after sending the command
#UPLOAD_USER_EDID (param1), it will show the feedback when uploading
successfully.
6.3.5 Key Setting
Command
Function
Command & Feedback
Example
#SET_REPEAT_VOL
(param1)
Set the repeat time of pressing vol
increase or vol decrease key. The unit is
10ms.
param1 = (0, 10 ~ 10000)
THE REPEAT TIME OF PRESSING VOL
INC OR VOL DEC KEY.
The unit is 10 milliseconds. The
repeat function will be disabled
when set to 0.
#SET_REPEAT_VOL 100
@VOL_REPEAT_TIME 1000
MILLISECONDS
#GET_REPEAT_VOL
Get the repeat time of pressing vol
increase or vol decrease key.
#GET_REPEAT_VOL
@VOL_REPEAT_TIME
DISABLE
@VOL_REPEAT_TIME x
MILLISECONDS
#SET_KEY_RS232
Enable/Disable send RS232 command
#SET_KEY_RS232 ON