Hi sir,
How to send sms using gsm modem to mobile in c#.net
SMS SendingHow to send sms using gsm modem to mobile in c#.net
Page 1 of 1
5 Replies - 3769 Views - Last Post: 13 February 2011 - 01:54 AM
Replies To: SMS Sending
#2
Re: SMS Sending
Posted 02 September 2009 - 11:58 PM
Your doing it the hard way, use email if you can. It's the only way I know of sending texts from the computer.
#3
Re: SMS Sending
Posted 03 September 2009 - 04:40 AM
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this:
Thanks.
Post your code like this:
Thanks.
#4
Re: SMS Sending
Posted 05 September 2009 - 10:55 PM
Basic/General:
well., if you want to sent the SMS from your modem. you first know the AT commands. refer your modem vendor AT commands document for sending sms.
Programming C#: using Serialport u can talk with your modem. use serialport control set the proper buadrate,port number, parity, flow control, then talk with your modem through your program.
well., if you want to sent the SMS from your modem. you first know the AT commands. refer your modem vendor AT commands document for sending sms.
Programming C#: using Serialport u can talk with your modem. use serialport control set the proper buadrate,port number, parity, flow control, then talk with your modem through your program.
#5
Re: SMS Sending
Posted 06 September 2009 - 12:20 AM
If you're doing a modem communication, do not forget to set the following to true or else it probably will not communicate with you:
DtrEnable
RtsEnable
DtrEnable
RtsEnable
#6
Re: SMS Sending
Posted 13 February 2011 - 01:54 AM
You should use an AT commands to send SMS or there is libraries on the net. For ex;
http://twit88.com/pl...essagingtoolkit
http://twit88.com/pl...essagingtoolkit
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote






|