Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GSM base parents query system

Status
Not open for further replies.

abdulrehman123

Newbie level 1
Joined
Dec 1, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
what are the at commands of gsm900? how can i send and receive messages to gsm through at commands?kindly , give me all material... THANKX in advance
 

First install an application "Tera-Term" or X-CTU or Hyperterminal
Connect you GSM Module to PC
Download datasheet of Sim900 "AT Command" there you can get all the list of AT Command

But for simplicity
first type "AT" follwed by Carriage Return and Line feed , In the terminal just press enter after "AT" you will get OK as response

Same way for calling insert a GSM Sim card
and type "AT+COPS?" press Enter you will get the response regarding the operator name

For Call ATDphone_number; and ENTER ;// Call will be made
Code:
AT+CMGF=1 // Configures as Text Mode
AT+CMGS="phone_number";  ENter
then you will get the response like this 
">" then type your message and after that 
press 
"ctrl+Z"   // This will send the message to the number you entered

SO these are the primary ones try more and the same thing with microcontroller
Good luck

- - - Updated - - -

**broken link removed**
 

First to check the SIM900 module, type AT then hit enter key. It will reply OK.
For sending sms,

AT+CMGF=1 >>Enter
AT+CMGS="xxxxxxxxxxxx" >>Enter
The modem will reply with the symbol '>'
Then type the message then ctrl+z
thats all


what are the at commands of gsm900? how can i send and receive messages to gsm through at commands?kindly , give me all material... THANKX in advance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top