SMS message from PC to mobile in C #

Is there a way to send SMS text messages from PC to mobile in C # ..... I want to use Nokia mobile as my modem ..... PC connects to mobile via cable

+2


source to share


2 answers


If you don't mind subscribing to an online SMS gateway, many of the providers give you the option to make a specially processed HTTP request to send a text message.

It would be pretty trivial to create your own class around the .net WebClient class to interact with the online SMS gateway.



You do not give your location on your profile, but if you are looking for a UK SMS gateway I can give you the names of several companies that do this as I researched this quite recently.

+1


source


it's as easy as installing USB drivers for your phone, opening the correct layout and issuing Hayes modem commands to your phone.



Hayes modem commands , search for "SMS Command Set" on the page to find what you are looking for.

+1


source







All Articles