7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
102
Applied firmware package: v1.2.0 | LDC software: v2.4.1b7
GET·/MANAGEMENT/NETWORK.MacAddress
CALL·/MANAGEMENT/NETWORK:ApplySettings()
SET·/MEDIA/UART/P1.CommandInjectionEnable=
SET·/MEDIA/UART/P1.RecognizerEnable=
SET·/MEDIA/UART/RECOGNIZER.DelimiterHex=
SET·/MEDIA/UART/RECOGNIZER.TimeOut=
Clear the Stored Last Recognized Serial Message
CALL·/MEDIA/UART/RECOGNIZER:clear()
Query the Last Recognized Serial Message in String Format
GET·/MEDIA/UART/RECOGNIZER.ActiveRx
Query the Last Recognized Serial Message in Hex Format
GET·/MEDIA/UART/RECOGNIZER.ActiveRxHex
SET·/MEDIA/UART/RECOGNIZER.ActivePropertyTimeout=
Change Command Injection Port Number
Enable/Disable Output Signal Modulation
SET·/MEDIA/IR/D1.EnableModulation=
Sending Message via the Communication Ports
Sending a TCP Message (ASCII-format) via TCP Port
CALL·/MEDIA/ETHERNET:tcpMessage(
Sending a TCP Text (ASCII-format) via TCP Port
Sending a TCP Binary Message (HEX-format) via TCP Port
CALL·/MEDIA/ETHERNET:tcpBinary(
Sending UDP Message (ASCII-format) via TCP Port
CALL·/MEDIA/ETHERNET:udpMessage(
Sending a TCP Text (ASCII-format) via TCP Port
Sending a UDP Binary Message (HEX-format) via TCP Port
CALL·/MEDIA/ETHERNET:udpBinary(
Sending a Message (ASCII-format) via Serial Port
Sending a Text (ASCII-format) via Serial Port
Sending a Binary Message (HEX-format) via Serial Port
Sending Pronto Hex Codes in Little-endian Format via IR Port
Sending Pronto Hex Codes in Big-endian Format via IR Port