AT Commands PHP

点点圈 提交于 2019-12-04 02:29:50

问题


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?


回答1:


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.




回答2:


I haven't used this myself but someone i know used it a while ago.

http://code.google.com/p/php-serial/



来源:https://stackoverflow.com/questions/5938471/at-commands-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!