This tutorial was originally created by Jim Helms on the original LTE HACKS forum. I have added several commands and explanations to help clarify their use. Feel free to ask questions or suggestions for adding to the list.
† TS 27.007 AT command set for User Equipment (UE) † TS 27.005 Use of Data Terminal Equipment ‐‐ Data Circuit terminating Equipment (DTE‐DCE) interface for Short Message Service (SMS) and Cell Broadcast Service (BSE) The proprietary AT commands are supplemental to the standard AT commands. BG96 AT Commands Manual BG96ATCommandsManual Confidential / Released 2 / 223 About the Document History Revision Date Author Description 1.0 2017-04-01 Hyman DING Initial 2.0 2017-08-11 Walker HAN/ Elvis SUN/ Sherlock ZHAO/ Hyman DING Numerous changes were made to this document. V1.1 2013-04-24 Add command of GPS in chapter 11 Add commands AT+ZSPWAKEUP,AT+ZWAKEUPNUM,AT+ZWAKEUPSMS, AT+ZBAND,AT+ZGNMEA in chapter 14. Update command of +ZCELLINFO,+ZADSET,+ZPAS, ZGRST,+ZCDS 1.2 2017-06-15 Update command of +ZCELLINOF, +ZIPCLOSE, +CEREG,+ZADSET 1.3 2017-06-29 Add command of +ZIPCREATE 1.4 2017-08-19 Update the doc. BG96 AT Commands Manual BG96ATCommandsManual Confidential / Released 2 / 223 About the Document History Revision Date Author Description 1.0 2017-04-01 Hyman DING Initial 2.0 2017-08-11 Walker HAN/ Elvis SUN/ Sherlock ZHAO/ Hyman DING Numerous changes were made to this document. Modem AT commands. This page covers modem AT commands commonly used/provided by leading GSM/HF/CDMA/LTE modem manufacturers. It includes AT,AT+CFUN,ATD,ATA,ATH,AT+CGDCONT,AT+COPS,AT+CGMR,AT+CGATT and more. AT commands are very popular to configure/monitor and put modem in various functionalities/modem.
Code: Select all
And, that ALL commands issued to program the modem will take effect ONLY after rebooting the modem:By default, the MC7455 will be in QMI mode which much be changed to the MBIM mode for various OpenWRT, LEDE, and ROOter frimware builds. (The EM7455’s defaults to the MBIM mode). The AT Commands for the EM|MC7455: for MBIM composition is:Code: Select all
Other options for the EM|MC7455 modem are for QMI:Another option is to expose the NMEA port:Code: Select all
The EM7465 requires a slightly different command to place it in MBIM (also, PuTTy works best for the EM7465):To check or verify the mode configuration:Code: Select all
We will now add the APN (shown in this demo for Sprint as r.ispsn using an ipv4 address).In return we get:Code: Select all
You may also check what versions of IP settings are available for the modem:Which on the mc7455, returns:Code: Select all
This reflects that the mc7455 will allow us to take advantage of Sprint's dual stack IPV4V6 for the APN:Which returns:Code: Select all
If you find that for what ever reason you cannot connect to an IPV6 address and would like to check and see if IPV6 is enabled use the following command:If you would like to disable IPV6 use this command:Code: Select all
While there are no requirements to do so, we can manually define and set our preferred bands for the modem.Code: Select all
Note: The A at the end of the binary is from combining the 2 and the 8 from bands 2 and 4.Code: Select all
Or we could allow the modem to pick and choose between the Sprint bands in (ALL):To check what bands we are locked to, we can always use the following command:Code: Select all
It is important to always remember what Index letter (i.e., 0c) you have assigned to what band. This isCode: Select all
If you are having connection issues with the modem, then you may want to avoid locking the bands to any specificCode: Select all
Another useful command you will use often, will get the status and general connection information from theCode: Select all
There may be times were one needs to restore the modem to its OEM configurations. This will effectively reset any changes you have made to the modem's settings.Code: Select all
Some of the older Sierra Modems (i.e., mc7354, mc7750, mc7700..) may require a slightly different command toSerial Programming: Introduction and OSI Network Model-- RS-232 Wiring and Connections-- Typical RS232 Hardware Configuration-- 8250 UART-- DOS-- MAX232 Driver/Receiver Family-- TAPI Communications In Windows-- Linux and Unix-- Java-- Hayes-compatible Modems and AT Commands-- Universal Serial Bus (USB)-- Forming Data Packets-- Error Correction Methods-- Two Way Communication-- Packet Recovery Methods-- Serial Data Networks-- Practical Application Development-- IP Over Serial Connections
Hayes-compatable Modems and AT Commands References:-- Special AT Commands and Character Sequences-- AT Commands A - M-- AT Commands N - Z-- AT& Commands |
This module provides a reference to the Hayes-compatible AT commands which start with an &. The following list only contains the original Hayes commands. Different modems use slightly different commands. However, this list is supposed to be as 'generic' as possible, and should not be extended with modem-specific commands. Instead it is recommended to provide such command lists in an Appendix.
AT& commands are in no way special, compared to other AT commands. It is just that Hayes at some point ran out of the 26 single-letter commands (ATA .. ATZ), so they introduced double-character commands. In order to avoid that these clash with single-letter commands, these double-character commands got a common prefix, the &.
To be removed when all commands are documented
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Syntax:
Description:
This option controls the behaviour of the DCD (Data Carrier Detect, alias RLSD) RS-232 output line of the modem. The modem can either be told to keep the line always on (parameter 0), or that the line should really follow the state of the carrier on the phone line (parameter 1, default). The carrier on the phone line is the basic signal on which then (later) the data is modulated on. It is like the carrier frequency of some radio station. Carrier detection indicates if the two paired modems have been 'tuned in'.
In case the RS-232 DCD line is configured to be driven by the modem following the state of the carrier (parameter 1), the DTE can use this information for flow control, display progress information to the user, etc.
On the other side, setting DCD to be on all the time (parameter 0) can be used if the DTE software, e.g. some terminal program, does not handle DCD correctly, or if the DTE ignores it. However, letting DCD follow the carrier state is usually the better configuration.
or
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid (either 0 or 1) |
ERROR | Otherwise (parameter was not 0 or 1) |
Related Commands and Registers:
Syntax:
Description:
The &D command specifies how the modem should react to an on-to-off transition on its DTR (data terminal ready) input line. The DTE can use this line as part of some hardware-handshake. The exact behavior of the &D command depends on other settings, as outlined below:
&D | &Q | Description |
---|---|---|
0 | 0, 5, or 6 | DTR is assumed to be always on. This allows communication with DTEs which do not provide DTR information, or wrong information. |
0 | 1, or 4 | When the DTE drops DTR (on-off transition) the modem hangs up. This does not affect auto-answer behavior. |
0 | 2, or 3 | When the DTE drops DTR (on-off transition) the modem hangs up. Auto-answer is blocked. |
1 | 0, 1, 4, 5, or 6 | A DTR on-off transition is interpreted as if the asynch. escape sequence has been entered. The modem goes in command mode but keeps the connection. |
1 | 2, or 3 | When the DTE drops DTR (on-off transition) the modem hangs up. Auto-answer is blocked. |
2 | 0, 1, 2, 3, 4, 5, or 6 | When the DTE drops DTR (on-off transition) the modem hangs up. Auto-answer is blocked. This is the default setting. |
3 | 0, 1, 4, 5, 6 | A DTR on-off transition causes the modem to perform a soft-reset as if the Z command was received. The &Y setting determines which configuration profile the modem will load during the reset. |
3 | 2, or 3 | When the DTE drops DTR (on-off transition) the modem hangs up. Auto-answer is blocked. |
Typically, more special rules apply if the modem supports additional features like Fax. This is out of the scope of this generic Hayes command description.
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid (0 to 3) |
ERROR | Otherwise |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
The modem loads the factory profile 0 (default) or the factory profile 1. The factory profiles are fixed modem condigurations as provided by the modem manufacturer
Result Codes:
Code | Description |
---|---|
OK | Profile loaded (modem was previously off-line) |
ERROR | Modem is on-line. |
Related Commands and Registers:
Syntax:
Description:
In some telephone systems it is necessary to transmit an additional guard tone in order to disable echo supressors in the phone system. Echo supressors do interfere with data communication, because they alter (in good faith) the transmited signal, e.g. by changing the signal's delay, phase and amplitude. This disturbes the modem's signal modulation and introduces communication errors.
A guard tone tells an echo supressor (and possibly other equipment) to not alter the transmitted signal. Guard tones are standardised in telecom standards.
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid (0, 1, or 2) |
ERROR | Otherwise. |
Syntax:
Description:
Hayes modems supported different jacks to connect the modem to a telephone or leased line. The '&J' command allows to select the type of jack which should be used. Typically, this command is not fully implemented in today's modems. Usually, the command just sets some registers and does nothing otherwise.
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid (0, 1) |
ERROR | Otherwise. |
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Ford engine id number location. Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Syntax:
AT&R[0|1]
Description:
This option controlls the behavior of the CTS (clear to send) RS-232 input line of the modem. The modem can either be told to use it for hardware handshaking (parameter 0), or ignore it (parameter 1).
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Leawo blu ray key code. Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
<Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Command Description Template
Syntax:
Description:
Hp w1907 lcd monitor driver for mac. <Description of the command, including information about the purpose and effects>
Result Codes:
Code | Description |
---|---|
OK | Parameter was valid <description of success> |
ERROR | Otherwise <description of failure> |
Related Commands and Registers:
Syntax:
Description:
The &Z
command allows to store up to four telephone number dial strings into the modem's NVRAM.
This feature is rarely used by modem communication software these days. DTE software preferes to keep an own list of possible phone numbers (e.g. a list of bulletin board system numbers), which can be much more than just four different numbers.
The feature is still useful in automated systems, and e.g. in cases where the DTE software is not (end user) configurable. For example, some embedded controller might be capable of running a modem communication with generic Hayes-compatible commands to allert a remote site in case of problems (burgler alarm, machine maintenance request, etc.). But for cost or other reasons the embedded system might provide no way for the end user to configure the embedded system. Instead the embedded system will use ATDS=0 (or another index) to dial and relie on the modem's setup to have a phone number stored at index 0 (or another index).
Example:
To store the number 00155512345 into register 0 for tone dialing (T
) use:
AT&Z0=T00155512345<CR>
Result Codes:
Code | Description |
---|---|
OK | Index was valid (0 .. 3), and dial string less than 35 characters. |
ERROR | Otherwise. |
Related Commands and Registers:
Serial Programming: Introduction and OSI Network Model-- RS-232 Wiring and Connections-- Typical RS232 Hardware Configuration-- 8250 UART-- DOS-- MAX232 Driver/Receiver Family-- TAPI Communications In Windows-- Linux and Unix-- Java-- Hayes-compatible Modems and AT Commands-- Universal Serial Bus (USB)-- Forming Data Packets-- Error Correction Methods-- Two Way Communication-- Packet Recovery Methods-- Serial Data Networks-- Practical Application Development-- IP Over Serial Connections
Hayes-compatable Modems and AT Commands References:-- Special AT Commands and Character Sequences-- AT Commands A - M-- AT Commands N - Z-- AT& Commands |