
4x2 HDMI 2.0 Presentation Switcher with Matrix Outputs
13
Command
Description
Command Example
and Feedback
>SetRS232Baudrate
[PARAM]
Set the baud rate of switcher to [PARAM].
[PARAM]=1~7.
[PARAM]
Baud Rate
1
115200
2
57600
3
38400
4
19200
5
9600
6
4800
6
2400
>SetRS232Baudrate 5
<RS232Baudrate 9600
>GetRS233Baudrate
Get the baud rate of switcher.
<RS232Baudrate 2400
>SetKeyboardLock
[PARAM]
Unlock/lock front panel buttons and IR
remote buttons.
[PARAM]=Dis, En
Dis: Unlock; En: Lock
>SetKeyboardLock Dis
<KeyboardLock False
>GetKeyboardLock
Get the buttons locking status.
<KeyboardLock True
>SetDhcp [PARAM]
Enable or disable DHCP.
[PARAM]=En, Dis
En: Enable DHCP, the switcher
automatically get IP.
Dis: Disable DHCP, Manually set the IP of
switcher.
After reset the switcher, the DHCP is
enabled, and the switcher will automatically
get IP again.
>SetDhcp En
<Dhcp True
>GetDhcp
Get DHCP status.
<Dhcp True
>SetSubnetMask
XXX.XXX.XXX.XXX
Set subnet mask to XXX.XXX.XXX.XXX.
<SubnetMask
255.255.255.0
>GetSubnetMask
Get subnet mask.
<SubnetMask
255.255.255.0
>SetGateWay
XXX.XXX.XXX.XXX
Set gateway to XXX.XXX.XXX.XXX.
<GateWay 192.168.0.1