sudha
sudha

Reputation:

How to send SMS from ASP.NET application by way of a GSM modem

If GSM modem has to be used to send SMS, then what are the hardware and software requirements to setup the entire thing?

Upvotes: 3

Views: 4719

Answers (2)

My Other Me
My Other Me

Reputation: 5117

This library offers a simple interface to send SMSs though a Gsm Modem

Upvotes: 2

David Schmitt
David Schmitt

Reputation: 59375

You need a GSM modem (mobile handset or similar) attached to the server.

Typically, SMS can be sent by using AT commands on the serial interface of the GSM hardware.

See this tutorial for an example.

Upvotes: 5

Related Questions