SMS Service
-
Hello, I am developing an application by using c# that sends SMS messages? But I don't know from where can I start? I have no expereince in doing that. Thanks.
Dad
To send an SMS you need hardware or you need someone with the hardware to do it for you. I'm assuming you've not got the hardware, so you need to find someone on-line to do it for you. They will provide an API, usually in the form of a web service that you can call to send the SMS. (Don't expect this for free, I suspect most carriers will charge for this service).
Simon
-
To send an SMS you need hardware or you need someone with the hardware to do it for you. I'm assuming you've not got the hardware, so you need to find someone on-line to do it for you. They will provide an API, usually in the form of a web service that you can call to send the SMS. (Don't expect this for free, I suspect most carriers will charge for this service).
Simon
Getting the hardware is pretty easy - all one needs a mobile and a way to connect it to the computer (cable, IrDA, Bluetooth). Then it's only a matter of working out how to connect to the phone and make it send an SMS.
-
Hello, I am developing an application by using c# that sends SMS messages? But I don't know from where can I start? I have no expereince in doing that. Thanks.
Dad
If you have a mobile phone connected to your phone you can use this library SMS libraries (for GSM phones)[^]
Giorgi Dalakishvili #region signature my articles #endregion