hello
Can we invoke AT commands through php???
AT commands through php??
Moderator: General Moderators
-
machinehead933
- Forum Newbie
- Posts: 7
- Joined: Tue Jan 20, 2009 10:48 pm
Re: AT commands through php??
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.