> I wanted to know if there was any way I can control the serial port from
> php?
If php supports the CreateFile() function found in the Win32 API
[does it?], then you should be able to read and write to the
serial port.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit
Hi,
you've developed the electronic output board, so
probably you've got also software to control it and
probably it is also your own :-)
I've never used serial ports in my php apps, so what I
can suggest is: try to make a COM object to control
your serial port and access this COM object from ph
> I wanted to know if there was any way I can control the serial port from
> php?
A Google search revealed
http://www.trios.org/php/serialport/
http://www.lspace.nildram.co.uk/freeware.html
Syl
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
I love serial. What about command shell instructions?
-Original Message-
From: Adam Horden [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 06, 2002 3:33 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Comunications Port Accsess
Hi Guys,
I devloped a general purpose output board
Hi Guys,
I devloped a general purpose output board from the serial port. This will
allow me to do anything I wanted to do. My idea was If i could code it in a
website based languages I could control the interface any where!
I am unning a 2k advance server running on wundows with apache 2 and php