7.LW3Programmers’Reference
HDMI-TPS-RX110AYseries–User'sManual
104
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.14.5.
Sending a UDP Text (ASCII-format)
The command is for sending a text message in ASCII-format via UDP-protocol. This method
does not allow
escaping or inserting control characters.
Command and Response
ç
CALL·/MEDIA/ETHERNET:udpText(
<IP_address>
:
<port_no>
=
<text>
)
æ
mO·/MEDIA/ETHERNET:udpText
Example
ç
CALL/MEDIA/ETHERNET:udpText(192.168.0.20:9988=open)
æ
mO/MEDIA/ETHERNET:udpText
The'open'textissenttotheindicatedIP:portaddress.
7.14.6.
Sending a UDP Binary Message (HEX-format)
The command is for sending a binary message in Hexadecimal format. This method
does not require
escaping
the control and non-printable characters.
Command and Response
ç
CALL·/MEDIA/ETHERNET:udpBinary(
<IP_address>
:
<port_no>
=
<HEX_message>
)
æ
mO·/MEDIA/ETHERNET:udpBinary
Example
ç
CALL/MEDIA/ETHERNET:udpBinary(192.168.0.20:9988=433030)
æ
mO/MEDIA/ETHERNET:udpBinary
The'433030'messageissenttotheindicatedIP:portaddress.
INFO:
There is no need to insert a space or other separator character between the binary messages.
7.15.
HTTP Messaging
DIFFERENCE:
ThisfeatureisavailableonlyinHDMI-TPS-RX110AY-PlusmodelfromFWpackagev1.5.0b3.
Http
post
and
put
messagescanbesentfromtheLightwaredeviceformoreintegrationwiththird-party
devices.
#http
ATTENTION!
This feature means posting or putting
HTTP
messagesfromtheLightwaredevicetoanother
device. Encrypted transmission (
HTTPS
) is not supported.
7.15.1.
Setting the Target IP Address
Command and Response
ç
SET·/CTRL/HTTP/C1.ServerIP=
<IP_address>
æ
pw·/CTRL/HTTP/C1.ServerIP=
<IP_address>
Example
ç
SET/CTRL/HTTP/C1.ServerIP=192.168.0.220
æ
pw/CTRL/HTTP/C1.ServerIP=192.168.0.220
7.15.2.
Setting the TCP Port
Command and Response
ç
SET·/CTRL/HTTP/C1.ServerPort=
<port_no>
æ
pw·/CTRL/HTTP/C1.ServerPort=
<port_no>
Example
ç
SET/CTRL/HTTP/C1.ServerPort=80
æ
pw/CTRL/HTTP/C1.ServerIP=80
7.15.3.
Setting the Target Path
Thispropertysetsthepathinthetargetdevicewherethepost/putmessagetobesent.
Command and Response
ç
SET·/CTRL/HTTP/C1.File=
<path>
æ
pw·/CTRL/HTTP/C1.File=
<path>
Example
ç
SET/CTRL/HTTP/C1.File=/putxml
æ
pw/CTRL/HTTP/C1.File=/putxml