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 shadab
NA
17
0
AT command for sending sms through code
Jan 2 2012 5:53 AM
Hello
Actually i am doing a computer program in C# to send and receive SMS through gsm mode(serial port)
i am using the below code
port = new SerialPort(cmbport.Text, 115200, Parity.None, 8, StopBits.One);
port.Open();
port.WriteLine("AT\r");
after opening the port the program is halt, it does not execute the api
writeline
if any body have idea please suggest me
waiting your reply
thanks
sadaba lam
Reply
Answers (
4
)
How to print Data Grid View containts with page breakup
Write C#.Net program to find mirror image and inverted mirror image of matrix