In order for a control system to send serial commands to a Just Add Power device for endpoint control, these things must be correct (ordered from most common resolution to least common resolution): * Static Route enabled * Just Add Power null modem jumper in correct position * Code for the endpoint device is corr…
* Overview * Requirements * Setup RS232 * Setup IR * Setup CEC CEC Programming with Samsung Displays Overview Control4 systems can use Just Add Power Transmitters and Receivers as an extension cord to manage sources and displays through CEC, IR, or RS232. Control is done on an individual device basis, so…
* Overview * Type 1 (Dumb Redirection) * Type 2 (Guest Mode) * Type 3 (CLI Access) Overview Just Add Power supports 3 Types of serial management of endpoint devices: * Type 1: Commands enter the system via the RS232 port on a Transmitter. Commands are passed to all Receivers watching that Transmitter. The Rece…
Docklight Scripting is a program that allows the user to build a string of ASCII or HEX characters, and then send those commands to a specific IP address and port number (TCP Socket), and is a useful tool when troubleshooting a variety of advanced features in the Just Add Power 2G and 3G platforms external to the con…
LG codes sent are in ASCII format followed by a Carriage Return (\r) Command Code (ASCII) Power On ka 01 01\r Power Off ka 01 00\r Volume Up mc 01 02\r Volume Down mc 01 03\r Mute ke 01 00\r Unmute ke 01 01\r Info (Display) mc 01 aa\r Menu mc 01 43\r Up mc 01 40\r Down mc 01 41\r …