Page 80 / 113
Section 7.
Programmer’s reference
7.5.2. Switching audio input
Command format:
CALL
●/MEDIA/AUDIO/XP1:switch(<input>:<output>)
Response format:
mO
●/MEDIA/AUDIO/XP1:switch
Legend:
<input>:
Audio input port number
<output>:
Audio output port number
Example:
> CALL●/MEDIA/AUDIO/XP1:switch(P3:P4)
< mO●/MEDIA/AUDIO/XP1:switch
Explanation:
P3 input port is switched to P4 output port.
Info: The current audio mode determines the possible crosspoint switches.
7.6. RS-232 port configuration
7.6.1. BAUD rate setting
Command format:
SET●/MEDIA/UART/P1.Baudrate=<baud_value>
Response format:
pw
●/MEDIA/UART/P1.Baudrate=<baud_value>
Example:
> SET●/SYS/MB/RS232/Local.Baudrate=9600
< pw●/SYS/MB/RS232/Local.Baudrate=9600
Parameters:
<baud_value>: Baud rate value between 75 and 18432000
7.6.2. Databit setting
Command format:
SET●/MEDIA/UART/P1.DataBits=<databit_value>
Response format:
pw
●/MEDIA/UART/P1.DataBits=<databit_value>
Example:
> SET●/MEDIA/UART/P1.DataBits=8
< pw●/MEDIA/UART/P1.DataBits=8
Parameters:
<databit_value>: Databit value between 1 and 15
7.6.3. Stopbit setting
Command format:
SET●/MEDIA/UART/P1.StopBits={0|1|2}
Response format:
pw●/MEDIA/UART/P1.StopBits={0|1|2}
Example:
> SET●/MEDIA/UART/P1.StopBits=0
< pw●/MEDIA/UART/P1.StopBits=0
Parameters:
.StopBits
Stopbit value
0
1
1
1,5
2
2