Click here to Skip to main content
15,896,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I wanna develop C# windows application for send SMS. Here i dont wanna to use public sms Networks like way2sms.com. For my process mobile is connected to pc is must or not. and which is the simplest way for send sms using c# win. app. Here am using visual studio 2008.

Thanks & Regards,

Dhinesh kumar.V
Posted

use RAPI with activesync to send sms thru your phone connected to the pc
 
Share this answer
 
Comments
Dhinesh kumar.V 30-Oct-12 2:12am    
Hi,

Thanks for your command, but i dont wanna connect my mobile with pc. i wanna just i have one window application and that app. is used to send sms for particular numbers.

Thanks & Regards,

Dhinesh kumar.V
waqas78675 20-Dec-12 4:30am    
i have a problem that my message is not recieve or show in window application
You can use SMS Gateway.[^] provided you don't want to use any third party web service. SMS gateway could be expensive.
 
Share this answer
 
If you don't want to use 3rd party services for sending SMS you can take a GSM modem and connect it as serial device to your PC. Then you talk via RS232 and AT commands with the modem and send your SMS.

GSM modems like TC35i or MC52i (e.g. at Amazon or sometimes on ebay, Google is yout friend) are doing a good job and of course you need a SIM card.

RS232 communication with .Net can be found here http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx[^] and of course on Codeproject.
 
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