15 the udp protocol, The udp protocol – Kramer Electronics RC-8iR User Manual
Page 54

KRAMER: SIMPLE CREATIVE TECHNOLOGY
The UDP Protocol
50
15 The UDP Protocol
The RC device has a UDP protocol for some basic functions. Send the
commands to the IP address of the RC device to UDP port 2243. Please note
that all commands consist of bytes in hex format.
Legend:
[ID*] = the ID of the button to activate
[LIGHT*] = light status, [00] = OFF, [01] = ON
Remote button activation – emulates a button push:
[00] [01] [00] [04] [ID*] [00] [00]
Response:
"OK TEST" upon receiving the command
"OK MACRO" when the macro has finished
Get button light status – tells whether the backlight of a button is on or off:
[00] [00] [00] [0E] [ID*] [00] [00]
Response:
[00] [00] [00] [0E] [ID*] [00] [01] [LIGHT*]
Set button light status – turns on or off the backlight of a button:
[00] [01] [00] [0E] [ID*] [00] [01] [LIGHT*]