What tasks can be accomplished using AT commands? Is it possible to get current status of the phone, the manufacturer and few other details linked to mobile phone?
AT commands on the Mobile phone
2.5k Views Asked by user7200 At
1
There are 1 best solutions below
Related Questions in GSM
- How do I publish sensor data to EMQX broker on Ubuntu from a remote Arduino (no WiFi) interfaced with SIM800L?
- Not able to recieve message sent from mobile to GSM SIM900 but other functionalities working
- I'm Trying to Connect Internet with ESP32 using Cavlii C16Qs. but ESP32 is not Getting Internet Connectivity
- Increase CoAP receive package size beyond 579 bytes on SIM7080G modem
- OTA using Azure
- GSM 7600 Series AT Command (CEREG)
- GSM device server communication
- How can I get Latest Network Time Synchronization of quectel UC15 GPRS modem?
- GSM and LTE-M connection with SIM7070G for MQTT data transmission
- how to make a clear voice call using sim900
- How do I read EF.PLMNsel?
- How can I upload a SIM applet through OTA
- Is there any TTS library that can be used in STM32
- In Android InCallService, DTMF sound is not heard when between smartphone call
- OTA using Azure IotHub for stm32 and gsm module interfaced board
Related Questions in AT-COMMAND
- I'm Trying to Connect Internet with ESP32 using Cavlii C16Qs. but ESP32 is not Getting Internet Connectivity
- Does anyone know about ATcommands for satellitephone(isatphone 2.1). AT + ISAT_OBEX = 1 What is purpose of it. can you suggest other AT commands also
- Problem with AT command in new GSM module A7672S
- Reading multiple blocks from a CoAP block-wise transfer on SIM7080G modem
- Increase CoAP receive package size beyond 579 bytes on SIM7080G modem
- Pico-SIM7080G hat detects network but can't connect
- ESP32 UDP server through AT commandos
- HTTP request pythonanywhere flask server using esp8266 AT commands
- AT Commands HTTP request to JSON source with status 200 but response that I get is incomplete (just some part of Response I received)
- API ID 0X17. Send an AT Command message from Xbee connected to arduino to a slave Xbee
- GSM and LTE-M connection with SIM7070G for MQTT data transmission
- SIM7000X establish AWS MQTT via AT command issue
- how to make a clear voice call using sim900
- Cannot deserialize JSON object via PHP script on AT commands from Arduino Uno/ESP8266 to connect to mySQL
- Sending Multi part message with AT Commands & PDU Mode Node.js
Related Questions in GPRS
- How can I set up my Heroku-hosted Nodejs server to receive data from an IoT device using GPRS?
- reciving answer from sim800 is not correct
- Can't make a call from the A9G module
- How send SMS command over GPRS to teltonika devices fmbXXX
- AT+CMGR Command Error - Receiving two numbers
- LCP terminated by peer. Connect time 0.0 minutes
- Arduino MKR1500 stops working after a while without apparent reason. GSM issue
- TTGO T-Call ESP32 and RC522 interferring
- Sim900a post request with AT commands does not work for data that is more than 185 characters long
- Using smartphone to send GPRS data
- How to fix ERROR 713 & 702 in SIMCOM series 76xx
- Gateway: receiving data with LoRa and sending with GPRS to a server
- How to calculate SIM GPRS data which is uploaded by Quectel M66 during GET method?
- Want to convert Decimal from signed 2's complement to hexdecimal without signed 2's complement (ex : -73 -> B7)
- HTTPS requests on A9G via AT commands fail after 7 requests; HTTP works fine
Related Questions in MOBILE-PHONES
- How to get the content of a notification on a smartphone?
- How to light mobile phone flash from a website
- Add to contacts not performed immediately after permission is granted
- Why doesn't the address bar show after exiting fullscreen mode?
- Why is traditional HTTP not suitable for mobile devices
- How do I make sure this looks the same on every device?
- App stop working on phone while working on all Emulators just one phone Huawei Nova 3e its working
- How to automate a particular process, like open a website daily in an android device?
- Does mobiles Phone have any compiler?
- /system/bin/sh: sm: not found in Samsung Galaxy J1 Ace
- Send Messages from Azure to Mobile phone number
- App that depletes battery fast - possible?
- Is it possible to connect phones by rubbing them?
- getView method in android
- Detect if my application is running on a phone
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I Found your answer on this GSM module article.
Get basic information about the mobile phone or GSM/GPRS modem. For example, name of manufacturer (AT+CGMI), model number (AT+CGMM), IMEI number (International Mobile Equipment Identity) (AT+CGSN) and software version (AT+CGMR).
Get basic information about the subscriber. For example, MSISDN (AT+CNUM) and IMSI number (International Mobile Subscriber Identity) (AT+CIMI).
Get the current status of the mobile phone or GSM/GPRS modem. For example, mobile phone activity status (AT+CPAS), mobile network registration status (AT+CREG), radio signal strength (AT+CSQ), battery charge level and battery charging status (AT+CBC).
Establish a data connection or voice connection to a remote modem (ATD, ATA, etc).
Send and receive fax (ATD, ATA, AT+F*).
Send (AT+CMGS, AT+CMSS), read (AT+CMGR, AT+CMGL), write (AT+CMGW) or delete (AT+CMGD) SMS messages and obtain notifications of newly received SMS messages (AT+CNMI).
Read (AT+CPBR), write (AT+CPBW) or search (AT+CPBF) phonebook entries.
Perform security-related tasks, such as opening or closing facility locks (AT+CLCK), checking whether a facility is locked (AT+CLCK) and changing passwords (AT+CPWD). (Facility lock examples: SIM lock [a password must be given to the SIM card every time the mobile phone is switched on] and PH-SIM lock [a certain SIM card is associated with the mobile phone. To use other SIM cards with the mobile phone, a password must be entered.])
Control the presentation of result codes / error messages of AT commands. For example, you can control whether to enable certain error messages (AT+CMEE) and whether error messages should be displayed in numeric format or verbose format (AT+CMEE=1 or AT+CMEE=2).
Get or change the configurations of the mobile phone or GSM/GPRS modem. For example, change the GSM network (AT+COPS), bearer service type (AT+CBST), radio link protocol parameters (AT+CRLP), SMS center address (AT+CSCA) and storage of SMS messages (AT+CPMS).
Save and restore configurations of the mobile phone or GSM/GPRS modem. For example, save (AT+CSAS) and restore (AT+CRES) settings related to SMS messaging such as the SMS center address.