send free SMS from C# + ASP.NET

前端 未结 5 2038
不思量自难忘°
不思量自难忘° 2021-02-10 00:09

I want to use any free SMS service to send the SMS (free) from my application. I am developing the application in C# + asp.net. How can I do the code for that.

5条回答
  •  太阳男子
    2021-02-10 00:23

    It is very easy. You have to download AT commands (contain message & other command of mobile) of your mobile. Use the predefined format to send message at modem port where your mobile is connected (may be wired or through Bluetooth). Before sending a messagemake a connection to a port.

提交回复
热议问题