3x1 Wall plate Extender & Switcher with HDMI 2.0 and USB-C
17
⚫
Programed by RS232 command:
The
DISPLAY ON/OFF
button also can be defined to send control characters by
following the below command format.
Command
Function
Feedback Example
#SET_ON_[PARAM1]
_ [PARAM2]: xxxx
Automatically send the command "xxxx" to the
third-party device while the
DISPLAY ON
key
has been pressed.
⚫
[PARAM1] = “00~06”: Represents the baud
rate of the third-party device.
[PARAM1]
Baud Rate
00
115200
01
57600
02
38400
03
19200
04
9600
05
4800
06
2400
⚫
[PARAM2] =
“00~99”: Represents the delay
time of command sending.
#SET_ON_05_30:12345
67
@BAUDRATE: 4800
@DELAY TIME: 30 s
@DISPLAY ON TO
SEND:1234567
(After pressing the
DISPLAY ON
button for
30 seconds, send the
command “1234567” to
the third-party device.)
#SET_OF_[PARAM1]
_ [PARAM2]: xxxx
Automatically send the command "xxxx" to the
third-party device while the
DISPLAY OFF
key
has been pressed.
⚫
[PARAM1] = “00~06”: Represents the baud
rate of the third-party device.
[PARAM1]
Baud Rate
00
115200
01
57600
02
38400
03
19200
04
9600
05
4800
06
2400
⚫
[PARAM2] = “00~99”: Represents the delay
time of command sending.
#SET_OF_05_30:ABCD
EFG
@BAUDRATE: 4800
@DELAY TIME: 30 s
@DISPLAY OFF TO
SEND:ABCDEFG
(After pressing the
DISPLAY OFF
button
for 30 seconds, send the
command “ABCDEFG”
to the third-party
device.)