Brian C. Doyle wrote:
> Hello all,
>
> Does PHP have the ability to control a serial port? I see we can use
> the Printer but that was All I saw.
>
>
>
I guess you may fopen COM1: or COM2:
You should be able to fopen PRN: or LPT1: as well.
--
PHP General Mailing List (http://www.php.ne
Mark wrote:
> On Mon, 12 Nov 2001 12:36:07 -0500, Brian C. Doyle wrote:
>
>>Hello all,
>>
>>Does PHP have the ability to control a serial port? I see we can
>>use the
>>Printer but that was All I saw.
>>
>
> I don't know about windows but on linux I guess you would just fopen
> /dev/ttyS0 and
On Mon, 12 Nov 2001 12:36:07 -0500, Brian C. Doyle wrote:
>Hello all,
>
>Does PHP have the ability to control a serial port? I see we can
>use the
>Printer but that was All I saw.
I don't know about windows but on linux I guess you would just fopen
/dev/ttyS0 and read or write to it.
--
PHP Ge
3 matches
Mail list logo