I am trying to execute AT commands from PHP.
I tried exec() and shell_exec()
Please don't suggest third party SMS gateway my client doesn't want to disclose his private information and wants to send SMS from his own server.
I have a GSM modem attach to a serial port which I can access through "putty" like in fig
And I can enter AT commands to send SMS like in fig below.
I want to run those AT commands through PHP.
plink.exe
? – Gerald Schneiderfopen
. – Gerald Schneider