Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I am working on a desktop application to send SMS via PC. I have a Nokia Asha 210 mobile.
My code is wroking fine for Text mode Messages when message is small. But when i want to send large messages i.e larger than 160 characters, I get problem. Some time message is not fully received and some times i do not receive any message.

Please help me immediately

Bye.
Posted
Comments
[no name] 13-Sep-14 7:21am    
"help you immediately" for what? SMS messages are limited by design.

1 solution

Possibly, that's because although the max length of an SMS is 192 characters, message fragments are limited to 160 characters - if you want more than that, you need to send it as a multipart message.
See here: http://en.wikipedia.org/wiki/Concatenated_SMS[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900