INFO@APART-AUDIO.COM
9
Note:
RS232 Multiple Connection Mode
This mode enables four simultaneous TCP sockets to Netkit port 4999. In this
mode, each socket can transmit data out the serial connector on a packet-by-
packet basis. Each packet received for port 4999 will be transmitted completely
before another packet (from the same or different socket) is transmitted out
the serial connector. This ensures complete commands can be received and
understood by the serially connected device. The only requirement is for each entire
command(s) to be sent in one TCP packet. All serial data received by the serial
connection is transmitted to all OPEN TCP sockets on port 4999,
allowing each connected application to maintain and update serial device status.
This mode can only be enabled or disabled from the Serial settings web page.
set_IR
This command allows configuration of each IR connector to the desired mode
of operation. The possible modes are IR output, sensor input, sensor notify (see
5.3.2), IR blaster, and LED lighting (see 5.3.3). The IR blaster is only supported on
the third IR connector.
Sent to Netkit: set_IR,1:1,<mode>(enter)
where: <mode> is |IR|SENSOR|SENSOR_NOTIFY|IR_BLASTER|LED_LIGHTING|
Example:
set_IR,1:3,LED_LIGHTING(enter)
This will set the third IR connector to LED lighting mode.
get_IR
This command will retrieve the current mode setting for a designated connector.
Sent to Netkit:
get_IR,1:1(enter) for the 1st IR connector
get_IR,1:2(enter) for the 2nd IR connector
get_IR,1:3(enter) for the 3rd IR connector
Sent from Netkit in response to get_IR query:
IR,1:1,<IR|SENSOR|SENSOR_NOTIFY|IR_BLASTER|LED_LIGHTING>(enter)
5.3. IR Commands
5.3.1 General IR Commands