g_shyam1682
Full Member level 4
- Joined
- Jan 11, 2010
- Messages
- 204
- Helped
- 53
- Reputation
- 106
- Reaction score
- 43
- Trophy points
- 1,308
- Location
- Udaipur-Rajshan-India
- Activity points
- 2,538
Hi deep0177,
In your code, you have write one function read_text to read SMS message, right.
I think the second do while loop has problem.
do
msg++;
while(*msg!='+'); // reaching at no
Now think what happens in case of +CMGR: "REC READ","TD-610401","","12/08/24,10:52:41+22" .
Regards,
In your code, you have write one function read_text to read SMS message, right.
I think the second do while loop has problem.
do
msg++;
while(*msg!='+'); // reaching at no
Now think what happens in case of +CMGR: "REC READ","TD-610401","","12/08/24,10:52:41+22" .
Regards,