HDMI-3D-OPT series – User's Manual 70
Parity Setting
Command format: SET●
n
Response format: pw●
n
Parameters:
.Parity 0 1 2
Parity setting no parity odd even
Example:
˃ SET /MEDIA/UART/P1.Parity=0
˂ pw /MEDIA/UART/P1.Parity=0
RS-232 Operation Mode
Command format: SET●
n
Response format: pw●
n
Parameters:
.Rs232Mode 0 1 2
RS-232 operation mode Pass-through Control Command injection
Example:
˃ SET /MEDIA/UART/P1.Rs232Mode=1
˂ pw /MEDIA/UART/P1.Rs232Mode=1
INFO: See more information about RS-232 modes in the Serial Interface section.
Command Injection Mode
Command format: SET●
n
Response format: pw●
n
Example:
˃ SET /MEDIA/UART/P1.CommandInjectionEnable=true
˂ pw /MEDIA/UART/P1.CommandInjectionEnable=true
ATTENTION! The Command injection status is stored in another read-only property:
n
Sending Message via the Communication Ports
Sending Message via TCP Port
The device can be used for sending a message to a certain IP:port address. The three different commands
allow controlling the connected (third-party) devices.
Sending TCP Message
The command is for sending a command messages in ASCII-format with an option for escaping special charaters.
Command format: CALL●
Response format: mO●
Example:
˃ CALL /MEDIA/ETHERNET.tcpMessage(192.168.0.20:5555=PWR0\x0d\x0a)
˂ mO /MEDIA/ETHERNET:tcpMessage
Escaping in the Message
then they need to be escaped. You can use the following format for escaping:
<command
1
><\x0d\x0a><command
2
><\x0d\x0a>...<command
n
><\x0d\x0a>
Sending Text Message
The command is for sending a text message in ASCII-format.
INFO: Escaping will not be processed using the tcpText command.
Command format: CALL●
Response format: mO●
Example:
˃ CALL /MEDIA/ETHERNET.tcpText(192.168.0.20:5555=pwr_on)
˂ mO /MEDIA/ETHERNET:tcpText
Sending Binary Message
INFO: Escaping will not be processed using the tcpBinary command.
Command format: CALL●
Response format: mO●
Example:
˃ CALL /MEDIA/ETHERNET.tcpBinary(192.168.0.20:5555=0100000061620000cdcc2c40)
˂ mO /MEDIA/ETHERNET:tcpBinary