Page 1 of 1

AT commands through php??

Posted: Thu Jan 22, 2009 12:25 am
by snehalpatil
hello
Can we invoke AT commands through php???

Re: AT commands through php??

Posted: Thu Jan 22, 2009 11:55 am
by machinehead933
No, you will have to use Windows Shell script to do this. PHP has no way to interface with Windows "cmd.exe" or use Windows executables. Your best bet would be to use visual basic or a batch file.