AMX CTC-1402 User Manual page 49

Connectivity and transport kit - conferencing
Table of Contents

Advertisement

NetLinx Commands (cont.)
No.
Function Description
34
?AUDOUT_VOLUME
Gets the audio vol for
the audio output port
35
SET BAUD
SET BAUD command for
the Serial port
User Manual - CTC-1402
Syntax
Command:
SEND_COMMAND <DEV>, "'?AUDOUT_
VOLUME'"
Return:
AUDOUT_VOLUME-<value>
Description:
<value> = {0~100}
Command:
SEND_COMMAND <DEV>,"'SET BAUD
<baud>,<parity>,<data>,<stop>'
Return:
SET BAUD
<baud>,<parity>,<data>,<stop>
Description:
baud = baud rate with supported values of:
115200, 76800, 57600, 38400, 19200,
9600, 4800, 2400, 1200, 600, 300, 150.
parity = N (none), O (odd), E (even), M
(mark), S (space)
data = 8 data bits
stop = 1 or 2 stop bits
Example
Command:
SEND_COMMAND AUDOUT_VOLUME_1,
"'?AUDOUT_VOLUME'"
Return:
AUDOUT_VOLUME-50
Description:
Audio volume is 50
Command:
SEND_COMMAND dxDev,"'SET_BAUD-
9600,N,8,1'
Return:
SET_BAUD- 9600,N,8,1
49

Advertisement

Table of Contents
loading

Table of Contents