I have a php script that is executing an executable that writes to a serial port. However, everytime it runs
system("c:\Untitled1.exe")it just opens up a cmd window and freezes.
Anybody know how to fix this? Or if there is an easier way to get PHP to write to the serial port directly? (I've already tried these two: http://blogs.vinuthomas.com/2007/04/09/php-and-serial-ports/ and they dont work for me)
P.S. I am on Windows XP