7. LW3 Programmers' Reference
7.11.8. Sending a Text (ASCII-format) via Serial Port
The command is for sending a command message in ASCII-format. This method does not allow sending
message with control and non-printable characters.
Command and Response
Î CALL·/MDDA/UATT/<port>:sendText(<message>)
Í mF·/MDDA/UATT/<port>:sendText
Example
Î CALL /MDDA/UATT/I1:sendText(open)
Í mF /MDDA/UATT/I1:sendText
The 'open' text is sent out via the P1 serial port.
7.11.9. Sending a Binary Message (HEX-format) via Serial Port
The command is for sending a command message in Hexadecimal-format. This method does not require
escaping the control and non-printable characters.
Command and Response
Î CALL·/MDDA/UATT/<port>:sendBinaryMessage(<message>)
Í mF·/MDDA/UATT/<port>:sendBinaryMessage
Example
Î CALL /MDDA/UATT/I1:sendBinaryMessage(433030)
Í mF /MDDA/UATT/I1:sendBinaryMessage
The '433030' message is sent out via the I1 serial port.
7.11.10. Using Hexadecimal Codes
Hexadecimal codes can be inserted in the APSC message when using:
sendMessage command: CALL /MEDIA/UART/P1:sendMessage(C00\x0D)
tcpMessage command:
CALL /MEDIA/ETHERNET:tcpMessage(C00\x0D)
udpMessage command: CALL /MEDIA/ETHERNET:udpMessage(C00\x0D)
C00: the message.
▪
▪
\x: indicates that the following is a hexadecimal code.
▪
0D: the hexadecimal code (Carriage Teturn).
HDMI-TPS-RX110AY series – User's Manual
7.11.11. Sending Pronto Hex Codes in Little-endian Iormat via IR Port
Applied firmware package: v1.3.1
LDC software: v1.33.0b5
DIIIERENCEE:
This feature is available only in HDMI-TPS-RX110AY-Plus model.
Command and Response
Î CALL·/MDDA/T/<output_port>:sendIrontoHex(<hex_code>)
Í mF·/MDDA/T/<output_port>:sendIrontoHex
Parameters
Identifier
Parameter description
Output port of the
<output_port>
Infrared interface
Pronto hex format
<hex_code>
code
NFF:
This command can send exactly one pronto hex message. The header of the IR code contains the
length of the whole code in hexa format. f the code is deficient or duplicated, it causes syntax error.
For more details about the pronto hex codes see
Example
Î CALL /MDDA/T/D1:sendIrontoHex(00006D0025000300A900A80015 003F00150 03F0
015003F0015001500150015001500150015001500150 0150015003F0015003F001500
3F00150015001500150 015001 500150015001500150015003F0015003F0015003F00150015001500
150015001500150015001500150015001500150015001500150015003F0015003F0015003F0015003
F0015003F0015000207A900A8001500150015006D0D)
Í mF /MDDA/T/D1:sendIrontoHex
TIPS AND TTCCPS:
Download a code which belongs to your controlled device from a web database from
the Internet.
LDU2 software: v2.0.0b22
Parameter values
Local nfra output: D1; TIPS nfra output: D2
Accepts maximum 765 character-long code in hexadecimal
format (0-9; A-F; a-f) without space character in little-endian
system.
IR Interface
section.
#new
71
Need help?
Do you have a question about the HDBaseT HDMI-TPS-RX110AY-Plus and is the answer not in the manual?