So I want to make sms application using PHP but problem is that how can I use AT command with PHP and GSM Modem.
Here I would like to tell you that I do not want to use Api
Am trying to send AT commands to my GSMmodem device , in linux with PHP
Am sure it is /dev/ttyusb1
But with this code device respond the same command and code prints that command
e.g if we send ATD00 it responds ATD00 , or with AT it responds AT instead of Ok, why ?
Thank you all for attentions ;
Weird but solved with using another symbolink of Device
Weird because other App in linux in the same time were using for example /dev/ttyusb1 but php code works with /dev/ttyusb3 …
Dear friend,
I am meed level php programmer, I want to send and receive SMS using AT command through GSM modem or phone,
if you have solved sending/receiving SMS can i ask for the source code?
Thanks in advance.
Kazi