Sending an SMS myself

前端 未结 4 1361
失恋的感觉
失恋的感觉 2020-12-13 11:24

I\'m taking shots in the dark here. I\'d like to create a web service where eventually I send an SMS by using my own hardware. I\'m not sure what I need in order to send an

4条回答
  •  粉色の甜心
    2020-12-13 12:12

    You will have to download an API that handles the sending and recieving of messages for you. I once used this in one project where i had my GSM Phone connected to my computer thru one of the COM ports. Configured the API to communicate thru the COM Port to listen to any incoming text messages also send messages thru my GSM Phone. Here is a great link to the resources i used for that project. I hope this will help. http://www.codeproject.com/KB/cs/SMS.aspx

提交回复
热议问题