Page 1 of 1

Read from Serial Port

Posted: Wed Mar 07, 2007 8:07 am
by Cerberius
Hi, i need to read from a serial port in my php application, how can i do this? the OS is Debian.

Best Regards.
Juan Leung

Posted: Wed Mar 07, 2007 9:27 am
by Xoligy
Are you sure PHP is the right language for the job?

But anyway, a quick search brings up a few results mentioning serproxy, including this and this.

I hope they help.

Posted: Wed Mar 07, 2007 9:29 am
by Chris Corbyn
Just use fopen() and fread() and fwrite() to it.

http://www.php.net/fopen