0

我想开发可以发送批量短信的应用程序。我不知道如何实现它。我有一个应用程序,通过阅读这个网站只能发送一条短信。但我想知道如何发送批量短信。请告诉我我该怎么做?提前致谢

4

1 回答 1

0

Assuming you've gotten that module to work, adding a loop around the gsmModem.Sender call should send a specified amount of messages. I would suggest adding in a sleep method, as your modem probably won't be able to handle all of the AT commands at once.

于 2012-08-28T17:58:45.117 回答