TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sayed Hassan
NA
23
18k
Send more than 160 characters using for GSM modem
May 26 2014 11:54 AM
Hi all,
I make a software for sending SMS using for GSM Modem. It's works fine. But my problem is now that it couldn't send more than 160 character.
The error is given below:
" Text is two long. A maximum of 160 resulting septets is allowed. The current input result in 288 septets(given by me)."
My code is given below when I click on my Send button:
"
//
port connected successfully
SmsSubmitPdu pdu = new SmsSubmitPdu(message, cell, "");
comm.SendMessage(pdu);
"
Please help me to find the solution with C# code. Because I have tried it for last two days. But got no solution.
Thanks in advance.
Reply
Answers (
0
)
C# -> Flash Encoder -> Video Cam
whay isnt this code working?