<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>ho un grande problema ho&nbsp; fatto due file uno 
ascolta da una seriale e l'altro scrive:
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>file legge:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$cont = 0;<BR>open (IN, "/dev/ttyS1") || die 
"Impossibile aprire il file\n\n";<BR>while (1) <BR>{</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>chomp; # elimini il \n<BR>s/^STOR //; # elimini 
STOR<BR>&nbsp;&nbsp;s/$/\r\r/;<BR>$riga = 
&lt;IN&gt;;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
print "$cont) $riga\n";<BR>&nbsp;&nbsp;$cont++;<BR>&nbsp; }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>file scrive:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$cont = 0;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$c=1;<BR>open (IN, "+&gt;/dev/ttyS1") || die 
"Impossibile aprire il file\n\n";<BR>while($c=2){<BR>chomp; # elimini il 
\n<BR>s/^STOR //; # elimini STOR<BR>&nbsp;&nbsp;s/$/\r\r/;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>s/^STOR //; # elimini 
STOR<BR>&nbsp;&nbsp;s/$/\r\r/; <BR>$c++;<BR>pause:10000;<BR>print IN 
"sa\n";</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>}&nbsp;<BR></FONT><FONT face=Arial 
size=2></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>sai che mi succede che si alluppa non so da chi 
proviene dalla lettura o dalla scrittura sulla seriale potresti 
aiutarmi</FONT></DIV>
<DIV><FONT face=Arial size=2>grazie</DIV></FONT></FONT></DIV></BODY></HTML>