AT 命令 PHP
我想使用 GSM 调制解调器从 php 发送消息。我已经配置了调制解调器并使用超级终端对其进行了测试。现在我想使用php执行AT命令。是否有可用的开源库或其他解决方案?
I want to send messages from php by using a GSM modem. I have configured the modem and tested it using Hyperterminal. Now I want to execute AT commands using php. Is there any open source library available for that, or some other solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于我的 php 应用程序托管在 Apache Web 服务器上,因此我使用 python、pyserial 和 mod_wsgi 来发送短信,感谢所有帮助。
Since my php application is hosted on an Apache webserver, I used python, pyserial and mod_wsgi to send the SMS, thanks for all the help.
我自己没用过,但我认识的人不久前用过。
http://code.google.com/p/php-serial/
I haven't used this myself but someone i know used it a while ago.
http://code.google.com/p/php-serial/