0

I want to know is it possible to send SMS text from my website to GSM modem in my local mechine using AT Command when my webserver and my computer basically two different mechines? I hope someone can give me some explaination of best practice to start sending SMS from a website, im new to this topic. Thanks

ani
  • 543
  • 2
  • 5
  • 14

1 Answers1

1

This answer is slightly off topic as you're asking specifically how to use your modem. But I've been looking into this recently and would suggest your best option is to go with one of the providers out there who help with this sort of thing (most are pay for services I'm afraid).

I'm using Twilio if that helps. They have a rich API and members of their team do answer questions on SO.

Liath
  • 9,913
  • 9
  • 51
  • 81
  • may i ask @Liath how you sending the AT Command from your website to your Modem? im still not clear on that.. Thanks – ani Jan 08 '14 at 13:38
  • 1
    I'm not - Twilio have a .NET library (as well as many others), you call the method the text goes. It really is that simple! – Liath Jan 08 '14 at 13:41