
18G 2x1 Presentation Switcher with Soft Codec and CEC
22
Command
Description
Command & Feedback
Example
#SET_AD_[PARAM1]_
[PARAM2]:XXXX
Set the ASCII RS232 command
XXXX
to be sent to control the third-party
device when the
VOLUME DOWN
button is pressed.
l
[PARAM1] = 00~06 (Baud Rate)
00 - 115200
01 - 57600
02 - 38400
03 - 19200
04 - 9600
05 - 4800
06 - 2400
l
[PARAM2] = 00~99. The delay time
of sending command.
l
XXXX: Any ASCII code (up to 48
bytes).
#SET_AD_05_30:ABCDEF
G
@BAUDRATE: 4800
@DELAY TIME: 30 s
@VOLUME - TO
SEND:ABCDEFG
#SET_H_AD_[PARAM1]_
[PARAM2]:XX XX
Set the HEX RS232 command
XX XX
to be sent to control the third-party
device when the
VOLUME DOWN
button is pressed.
l
[PARAM1] = 00~06 (Baud Rate)
00 - 115200
01 - 57600
02 - 38400
03 - 19200
04 - 9600
05 - 4800
06 - 2400
l
[PARAM2] = 00~99. The delay time
of sending command.
l
XX XX: Any HEX code (0-9, A-F;
up to 20 bytes. It must have a blank
between 2 different XX).
#SET_H_AD_05_30:41 42
43 44 45
@BAUDRATE: 4800
@DELAY TIME: 30 s
@VOLUME - HEX TO
SEND:41 42 43 44 45