- Short range radio modules
- Positioning chips and modules
u-blox Products
- Product selector
- Previous generations
- Contact sales
Find products
- Product documentation
Documentation
AT Command | Description |
|---|---|
Attention | |
Manufacturer identification | |
Manufacturer identification | |
Model identification | |
Model identification | |
Software version identification | |
Software version identification | |
Serial number | |
Serial number | |
Identification information | |
Greeting Text |
AT Command | Description |
|---|---|
AT | Attention command. |
AT Command | Description |
|---|---|
AT+CGMI | Read manufacturer text string. |
Response | Description |
|---|---|
<manufacturer> | Successful read response. Note: The manufacturer string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
manufacturer | string | Manufacturer (“u-blox”). |
AT Command | Description |
|---|---|
AT+GMI | Read manufacturer text string. |
Response | Description |
|---|---|
<manufacturer> | Successful read response. Note: The manufacturer string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
manufacturer | string | Manufacturer (“u-blox”). |
AT Command | Description |
|---|---|
AT+CGMM | Read device model. |
Response | Description |
|---|---|
<device_model> | Successful read response. Note: The device_model string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
device_model | string | Device model |
AT Command | Description |
|---|---|
AT+GMM | Read device model. |
Response | Description |
|---|---|
<device_model> | Successful read response. Note: The device_model string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
device_model | string | Device model |
AT Command | Description |
|---|---|
AT+CGMR | Read software version. |
Response | Description |
|---|---|
<version> | Successful read response. Note: The version string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
version | string | Version. |
AT Command | Description |
|---|---|
AT+GMR | Read software version. |
Response | Description |
|---|---|
<version> | Successful read response. Note: The version string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
version | string | Version. |
AT Command | Description |
|---|---|
AT+CGSN | Read serial number. |
Response | Description |
|---|---|
<serial_number> | Successful read response. Note: The serial_number string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
serial_number | string | Serial number. |
AT Command | Description |
|---|---|
AT+GSN | Read serial number. |
Response | Description |
|---|---|
<serial_number> | Successful read response. Note: The serial_number string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
serial_number | string | Serial number. |
AT Command | Description |
|---|---|
ATI9 | Read identification information. |
ATI10 | Read MCU ID. |
ATI0 | Read type code. |
Response | Description |
|---|---|
<application_version>,<unique_identifier> | Successful read response. Note: The application_version and unique_identifier strings are returned without any response prefix. |
<mcu_id> | Successful read response. Note: The mcu_id string is returned without any response prefix. |
<type_code> | Successful read response. Note: The type_code string is returned without any response prefix. |
Parameter | Type | Description |
|---|---|---|
application_version | string | Application version. |
unique_identifier | string | Unique identifier. |
mcu_id | string | Two byte hex string representing the MCU ID. |
type_code | string | Type code for the module. |
AT Command | Description |
|---|---|
AT+CSGT=<greeting_mode>[,<text>] | |
AT+CSGT? | Read the greeting text. |
Response | Description |
|---|---|
+CSGT:<greeting_mode>,<text> | Successful read response. |
Parameter | Type | Description |
|---|---|---|
greeting_mode | enumerator | Valid values: 0: Turn off the greeting text. 1: Turn on the greeting text. |
text | string | The greeting text. Note: Can not be an empty string. Valid length: 1..49 |