7.LW3Programmers’Reference
HDMI-TPS-RX110AY series – User's Manual
116
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.22.
Infrared Message Sending
7.22.1.
Sending Pronto Hex Codes in Little-endian Format via IR Port
DIFFERENCE:
This feature is available only in HDMI-TPS-RX110AY-Plus model.
Command and Response
ç
CALL·/MEDIA/IR/
<output_port>
:sendProntoHex(
<hex_code>
)
æ
mO·/MEDIA/IR/
<output_port>
:sendProntoHex
Parameters
Identifier
Parameter description
Parameter values
<output_port>
Output port of the
Infrared interface
LocalInfraoutput:
D1
;TPSInfraoutput:
D2
<hex_code>
Pronto hex format
code
Accepts maximum 765 character-long code in hexadecimal
format(0-9;A-F;a-f)withoutspacecharacterinlittle-endian
system.
INFO:
This command can send exactly one pronto hex message. The header of the IR code contains the
lengthofthewholecodeinhexaformat.Ifthecodeisdeficientorduplicated,itcausessyntaxerror.
For more details about the pronto hex codes see
section.
Example
ç
CALL/MEDIA/IR/D1:sendProntoHex(00006D0025000300A900A80015003F0015003F0
015003F0015001500150015001500150015001500150 0150015003F0015003F001500
3F00150015001500150 015001 500150015001500150015003F0015003F0015003F00150015001500
150015001500150015001500150015001500150015001500150015003F0015003F0015003F0015003
F0015003F0015000207A900A8001500150015006E0E)
æ
mO/MEDIA/IR/D1:sendProntoHex
TIPSANDTRICKS:
Download a code which belongs to your controlled device from a web database from
the Internet.
7.22.2.
Sending Pronto Hex Codes in Big-endian Format via IR Port
DIFFERENCE:
This feature is available only in HDMI-TPS-RX110AY-Plus model.
Command and Response
ç
CALL·/MEDIA/IR/
<output_port>
:sendProntoHexBigEndian(
<hex_code>
)
æ
mO·/MEDIA/IR/
<output_port>
:sendProntoHexBigEndian
Parameters
Identifier
Parameter description
Parameter values
<output_port>
Output port of the
Infrared interface
LocalInfraoutput:
D1
;TPSInfraoutput:
D2
<hex_code>
Pronto hex format
code
Accepts maximum 765 character-long code in hexadecimal
format(0-9;A-F;a-f)withoutspacecharacterinbig-endian
system.
INFO:
This command can send exactly one pronto hex message. The header of the IR code contains the
lengthofthewholecodeinhexaformat.Ifthecodeisdeficientorduplicated,itcausessyntaxerror.
For more details about the pronto hex codes see
section.
Example
ç
CALL /MEDIA/IR/D1:sendProntoHexBigEndian(0000006d0025000300a900a80015 003f0015003f0015
003f00150015001500150015001500150015001500150015003f0015003f0015003f001500150015001
50015001500150015001500150015003f0015003f0015 003f001500150015001500150015001500150
01500150015001 500150015001500150015003f0015003f0015003f0015003f0015 003f0015070200a
900a80015001500150e6e)
æ
mO/MEDIA/IR/D1:sendProntoHexBigEndian
TIPSANDTRICKS:
LearningrawIRcodewithaterminalprogram:
Step 1.
Connect to the HDMI-TPS-RX110AY-Plus device with a terminal program.
Step 2.
Push the desired button of the remote control to scan the raw IR code.
Step 3.
Remove all the non-hexadecimal characters (e.g. spaces, h characters etc.) from the code.
TheprontohexcodewhichlearnedbyaLightwaredeviceisbig-endianformat.