问题
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