Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
[Previous: Modem Emulator - Phonebook Operations] [Next: Modem Emulator - Network]
The AT commands in this section are used for retrieving identification information for the modem.
ATI Identification Information
The ATI command returns identification information about the modem's manufacturer and revision. ATI0 can also be used for this purpose. All other ATIn commands will return an empty string.
Command | Possible Responses |
---|---|
ATI[<n>] | <manufacturer> <revision> |
Conforms with: Recommendation V.250.
AT+GMI Read Manufacturer Information
The AT+CGMI command returns information about the manufacturer of the phone.
Command | Possible Responses |
---|---|
AT+GMI | <manufacturer> |
Conforms with: Recommendation V.250.
AT+GMM Read Model Information
AT+GMM Read Model Information
The AT+GMM command is an alias for AT+CGMM.
Command | Possible Responses |
---|---|
AT+GMM | <model> |
Conforms with: Recommendation V.250.
AT+GMR Read Revision Information
The AT+GMR command is an alias for AT+CGMR.
Command | Possible Responses |
---|---|
AT+GMR | <revision> |
Conforms with: Recommendation V.250.
AT+GSN Read Model Information
The AT+GSN command is an alias for AT+CGSN.
Command | Possible Responses |
---|---|
AT+GSN | <sn> |
Conforms with: Recommendation V.250.
AT+CGMI Read Manufacturer Information
The AT+CGMI command is an alias for AT+GMI.
Command | Possible Responses |
---|---|
AT+CGMI | <manufacturer> |
AT+CGMI=? |
Conforms with: 3GPP TS 27.007.
AT+CGMM Read Model Information
The AT+CGMM command returns information about the model of the phone.
Command | Possible Responses |
---|---|
AT+CGMM | <model> |
AT+CGMM=? |
Conforms with: 3GPP TS 27.007.
AT+CGMR Read Revision Information
The AT+CGMR command returns information about the revision of the phone's software.
Command | Possible Responses |
---|---|
AT+CGMR | <revision> |
AT+CGMR=? |
Conforms with: 3GPP TS 27.007.
AT+CGSN Read Product Serial Number
The AT+CGSN command returns information about the serial number of the phone. Note: the return value may be a static string for all phones of a type, so it should not be relied upon to be unique.
Command | Possible Responses |
---|---|
AT+CGSN | <sn> |
AT+CGSN=? |
Conforms with: 3GPP TS 27.007.
[Previous: Modem Emulator - Phonebook Operations] [Next: Modem Emulator - Network]
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |