I've used PHP as a scripting language under Linux, and now I want to do it for Win32.
Since I have the CGI binary, I should be ok.
My problem is that I have to have this work on a win32 machine. I need to write a small simple app to take serial port data and throw it to a socket, but unfortuteately there is a small amount of application behavior that prevents me from being able to use a generic program.
I looked on PEAR, but did not find a Win32 Serial module.
Can anyone help?
Thanks!