[LUGargano] apache2 +PHP 5 + porta seriale RS232

Alessandro Rendina ale@seleneinformatica.it
Ven 9 Maggio 2008 18:27:47 CEST


Credo che dovresti circondarlo con un while ed inserire una print a schermo 
dentro il while cosė vedi che roba arriva.

Il Friday 09 May 2008 17:20:51 Marco Baldinetti ha scritto:
> > il codice che avevi postato e` questo:
> >
> > <?php
> >      $filename = "/dev/ttyS0";
> >      $fd = fopen($filename, "r");
> >
> >      $contents = fread ($fd, 1);
> >      echo $contents;
> >
> >      fclose($fd);


Maggiori informazioni sulla lista LUGargano