Legacy Protocol
Settings
D20980.026 Rev B
CV-LS Programming Guide
Page 32
4.4
UART
4.4.1
Baud Rate
&UB#
Gets/Sets the baud rate of the UART port.
Input Options (#): ? = Query,
0 = 110,
1 = 300,
2 = 600,
3 = 1200,
4 = 2400,
5 = 4800,
6 = 9600,
7 = 14400,
8 = 19200,
9 = 38400,
10 = 57600,
11 = 115200,
12 = 230400,
13 = 460800,
14 = 921600
Return string:
&ubX
Return value (
X
): See Input Options
4.4.2
Parity
&UP#
Gets/Sets the parity of the UART port.
Input Options (#): 0 = None, 1 = Even, 2 = Odd, ? = Query
Return string:
&upX
Return value (
X
): 0 = None, 1 = Even, 2 = Odd
4.4.3
Stop Bits
&US#
Gets/Sets the stop bits of the UART port.
Input Options (#): 1 = 1 Stop Bit, 2 = 2 Stop Bits, ? = Query
Return string:
&usX
Return value (
X
): 1 = 1 Stop Bit, 2 = 2 Stop Bits
4.4.4
Restart
&UR
Command restarts the UART module to apply new settings.
Return string:
&ur