Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

asp.net

sms

gsm

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


2 Answers

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.

like image 131
David Schmitt Avatar answered Nov 28 '25 05:11

David Schmitt


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

like image 40
My Other Me Avatar answered Nov 28 '25 03:11

My Other Me