HDMI-TPS-RX110AY – User's Manual 58
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 local RS-232 and TPS serial link are mirrored. If you change the RS-232 mode on P1
(local) port, the P2 (TPS serial link) will also be changed.
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 ●
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 ●
Response format: mO●
Example:
˃ CALL /MEDIA/ETHERNET.tcpText(192.168.0.20:5555=pwr_on)
˂ mO /MEDIA/ETHERNET:tcpText
Sending Binary Message
The command is for sending a binary message in HEX format.
INFO: Escaping will not be processed using the tcpBinary command.
Command format ●
Response format: mO●
Example:
˃ CALL /MEDIA/ETHERNET.tcpBinary(192.168.0.20:5555=0100000061620000cdcc2c40)
˂ mO /MEDIA/ETHERNET:tcpBinary
Sending Message via UDP 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 UDP Message
The command is for sending a command messages in ASCII-format with an option for escaping special charaters.
Command format ●
Response format: mO●
Example:
˃ CALL /MEDIA/ETHERNET.udpMessage(192.168.0.20:5555=PWR0\x0d\x0a)
˂ mO /MEDIA/ETHERNET:udpMessage
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>