EasyManua.ls Logo

AMX CTC-1402 - Page 49

AMX CTC-1402
54 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
User Manual - CTC-1402
49
No. Function Description Syntax Example
34 ?AUDOUT_VOLUME
Gets the audio vol for
the audio output port
Command:
SEND_COMMAND <DEV>, “’?AUDOUT_
VOLUME’
Return:
AUDOUT_VOLUME-<value>
Description:
<value> = {0~100}
Command:
SEND_COMMAND AUDOUT_VOLUME_1,
“’?AUDOUT_VOLUME’
Return:
AUDOUT_VOLUME-50
Description:
Audio volume is 50
35 SET BAUD
SET BAUD command for
the Serial port
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
Command:
SEND_COMMAND dxDev,’SET_BAUD-
9600,N,8,1’
Return:
SET_BAUD- 9600,N,8,1
NetLinx Commands (cont.)