Command, Index, Value – Biamp LTR User Manual
Page 205: Responses
System Control
Audia can be controlled using Telnet via TCP/IP. The same command strings that are used for
RS-232 Control are used for Telnet.
When controlling multiple Audias that are not a part of the same DAP file, each Audia device will
need to be addressed via its own Telnet session from a control system or PC.
Audia supports standard Telnet Echo Negotiation. By default, the Telnet server will echo
characters sent to it, one by one.
To turn echo OFF during a session:
Send byte sequence 0xFF 0xFE 0x01.
Receive 3 byte response from server (0xFF 0xFC 0x01 = echo OFF).
Send desired commands.
To turn echo back ON during a session:
Send byte sequence 0xFF 0xFD 0x01.
Receive 3 byte response from server (0xFF 0xFB 0x01 = echo ON).
Send desired commands.
Command
SET – Tells Audia that a DSP attribute is to be set to a specific value – may contain negative
numbers and/or decimal points
GET - Tells Audia that a DSP attribute is to be read – the response may contain a decimal point
and/or a negative number (see
INC - Tells Audia that a DSP attribute is to be incremented by a specific amount
DEC- Tells Audia that a DSP attribute is to be decremented by a specific amount
RECALL – Tells Audia that a preset is to be recalled.
DIAL – Tells the Audia that a dial command is being sent
185