AT commands through php??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
snehalpatil
Forum Newbie
Posts: 1
Joined: Thu Jan 22, 2009 12:24 am

AT commands through php??

Post by snehalpatil »

hello
Can we invoke AT commands through php???
machinehead933
Forum Newbie
Posts: 7
Joined: Tue Jan 20, 2009 10:48 pm

Re: AT commands through php??

Post 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.
Post Reply