RATHINAVELA
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.
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.