AT Command Manual
v1.5
©2013 LM Technologies Ltd
www.lm-technologies.com
Page 8 of 26
2.8.5.1.1
Response
<command_response>
2.8.5.2
AT+BAUD?<cr>
2.8.5.2.1
Response
<cr,lf>BAUDb<command_response> if the command is successful. Here, b- current
baud rate setting. E.g on default setup, the response will be
<cr,lf>BAUD14<command_response>
Note:
2.8.6
AT+STOP
In firmware v4.5x series running on serial adapters (LM048, LM058, and LM048SPA), the
maximum baud rate support is 230400 bps.
The command is used to specify one or two stop bits for serial port communication. The current
setting can also be retrieved sending this command in query format.
2.8.6.1
AT+STOPn<cr>
where n – can be 1 or 2 depending on no of stop bits used.
n
Stop bits (no)
1
1
2
2
2.8.6.2
Response
<command_response>
2.8.6.3
AT+STOP?<cr>
2.8.6.3.1
Response
<cr,lf>STOPn<command_response> if the command is successful. Here, n- no of
stop bits. E.g on default setup, the response will be
<cr,lf>STOP1<command_response>
2.8.7
AT+PAR
The command is used to specify the parity type of serial port. The current setting can also be
retrieved sending this command in query format.
2.8.7.1
AT+PARn<cr>
where n – varies from 0 to 2 depending on the type of parity used.
N
Parity Type
0
None
1
Odd
2
Even
2.8.7.1.1
Response
<command_response>