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.

SIM900B sends empty SMS message

Status
Not open for further replies.

RATHINAVELA

Newbie level 2
Newbie level 2
Joined
Jun 13, 2010
Messages
2
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Location
Bangalore
Activity points
1,295
Hi,

The SMS which sent through SIM900B are going out empty (means when I receive the SMS in the other end it was empty). Please help me to solve this problem.

Message sequence used for sending the SMS.

AT+CMGF=1<CR> // Text mode to send SMS

AT+CSMP=17,169,0,0<CR> // SMS Sumit period 1 day


AT+CMGS = "+9127833074" <CR> // SMS Send part 1
delayMs(500) // For the response of >
hello // SMS send part 2
delayMs(500)
<Ctrl-Z> // SMS send part 3

The SMS was sent successfully ; but the content was empty; the data part "hello" was not reached other end.
 

After setting the character set to "GSM", the message sent out through SIM900 was visible in the received mobiles.

AT+CSCS="GSM"<CR> // set the character set to "GSM"

But the new problem is, it adds '@' symbol in the beginning and the end of the message. Please let me how to eliminate these extra '@' from the message. Thanks.
 

    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top