AT Command Manual
v1.5
©2013 LM Technologies Ltd
www.lm-technologies.com
Page 4 of 26
1
Introduction
This document describes the configuration commands to control the operation of following LM
Bluetooth devices:
1)
LM400 module
2)
LM780 module
3)
LM072 module
4)
LM071 Module
5)
LM048 adapter
6)
LM058 adapter
7)
LM048SPA adapter
8)
LM048v2 adapter
9)
LM058v2 adapter
2
AT command Set
2.1
History
The AT command set was developed by Hayes to control the operation of telephony modems. The
command set has been extended to control bluetooth device primary operation such as inquiry,
connection setup/ disconnection etc. Other AT commands is also available to control the serial port
setup and other user friendly features.
The Bluetooth device powers up in unconnected state and can be configured using UART interface
similar to telephony modems. The device will act as Bluetooth slave by default and can be
inquired/connect from other Bluetooth master device in neighborhood. The AT commands can be
used to change the default behavior and settings for the current as well as future power up cycles.
2.2
Terminology
Symbol
Description
ASCII value (Hex)
<cr>
Carriage Return
0x0D
<lf>
Line Feed
0x0A
<cr,lf>
Carriage return and line feed
0x0D, 0x0A
XXXXXXXXXXXX
12 hexadecimal BD address
sequence
2.3
Command format
All the AT commands except the “AT” test command use the below command structure:
<header><name>< parameters> <cr>
<header> - Each command will start with “AT+” character sequence except “AT” test command.