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.

there is no respond after AT+CMGS in sim900

Status
Not open for further replies.

nta_xyz

Newbie level 5
Joined
Aug 21, 2011
Messages
8
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,317
hi.

I write this code for sending sms by sim900:

Code:
AT+CMGF=1;
AT+CSCS="GSM";
AT+CMGS="MY PHONE NUMBER";
//Write my SMS
SendCharToGPRS(0x1A);

after send 0x1A I receive the sms in my phone but I dont get any answer form sim900.
I think sim900 should send me "+CMGS:"LENGTH" but nothing happen :(.

could you please help me ?
 

1. AT+CMGF=1<ENTER>
2. AT+CSCS="GSM"<ENTER>
3. AT+CMGS="DESTINATION MOBILE NUMBER"<ENTER>
4. > ------>This will be recvd in your UART...Once this symbol is received type something and to send give CTRL+Z"..
5. 0x1A
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top