Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello,
I am making a c# application which will send sms to anywhere in the world.A modem is connected to the server.The problem i am getting is if the sms is more than 160 characters it will shows an error.but i want to do like if a sms is more than 160 characters then it will breakdown in parts and then it will go.like a sms of 172 characters the first sms the receiver will receive is 160 characters and another one is of 12 characters.
Thanks

Regards,
Vishavdeep Goyal
Posted
Updated 27-Jun-11 2:23am
v2
Comments
[no name] 27-Jun-11 8:09am    
What your are using to send sms??
GSM modem, or SMPP??

Hi
It may help you to send Multipart SMS.
Concatenated SMS

You can get so many article on google for this. Search this string "Multipart SMS" or "Concatenated SMS".

Regards
AR
 
Share this answer
 
v2
Use PDU and concatenated SMS.

Library for Decode/Encode SMS PDU[^]
 
Share this answer
 
 
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