User's Manual

- 18 -
OK<CR>
4.4.32. AT+BAUD
Description
Get/Set the serial port speed.
Example
AT+BAUD=115200<CR>
OK<CR>
AT+BAUD?<CR>
115200<CR>
OK<CR>
4.4.33. AT+DATABIT
Description
Get/Set the data bit of serial port.
Example
AT+DATABIT=8<CR>
OK<CR>
AT+DATABIT?<CR>
8<CR>
OK<CR>
4.4.34. AT+PARITY
Description
Get/Set the parity of serial port.
Example
AT+DATABIT=8<CR>
OK<CR>
AT+DATABIT?<CR>
8<CR>
OK<CR>
4.4.35. AT+STOPBIT
Description
Get/Set the stop bit of serial port.
Example
AT+STOPBIT=1<CR>
OK<CR>
AT+STOPBIT?<CR>
1<CR>
OK<CR>
4.4.36. AT+FLOWCTRL
Description
Get/Set flow control status. (0: none, 1: software, 2: hardware flow control)
Example
AT+FLOWCTRL=0<CR>
OK<CR>
AT+FLOWCTRL?<CR>
0<CR>