23
6. Serial
COMMAND
DESCRIPTION AND PARAMETERS
SET_SERIAL_BAUD N1
Set the Serial baud rate.
Available values for N1:
0 [300]
1 [600]
2 [1200]
3 [2400]
4 [4800]
5 [9600]
6 [19200]
7 [38400]
8 [57600]
9 [115200]
GET_SERIAL_BAUD
Show the current Serial baud rate.
SET_SERIAL_BITS N1
Set the number of Serial data bits.
Available values for N1:
0
[5 bits]
1
[6 bits]
2
[7 bits]
3
[8 bits]
GET_SERIAL_BITS
Show the current number of Serial data
bits.
SET_SERIAL_PARITY N1
Set the Serial parity bit.
Available values for N1:
0 [None]
1 [Odd]
2 [Even]
GET_SERIAL_PARITY
Show the current Serial parity bit.
SET_SERIAL_STOP N1
Set the Serial stop bits.
Available values for N1:
0 [1]
1 [2]
GET_SERIAL_STOP
Show the current Serial stop bits.