haxan
New Member
Hi to all..
At last i have send the sms using a microcontroller .. thanx for all...
Can you send the code you updated. Some one who might have same problem coming after you will be benefited or at least mention what the issue was with your code. (i believe it was the LCD issue being updated before Rx commands missing a few bytes of data on the serial port)
As for your problem regarding SMS storage, i think storing in array is what i would do. Will keep on pushing in array unless last (ending) byte is received and then will parse the message stripping data which is required.
For microcontroller based projects using GSM, i believe you should have a maximum limit of bytes in SMS. Exceeding the limit, your array will be ruined so you need to count total bytes received and if the SMS is too long, you will need to take some measures (maybe start filling a second array, or send SMS back saying Message too long).