Rick Macdonald wrote:
>
> On Sun, 21 Sep 1997, Mike Sullivan wrote:
>
> > I am struggling to write a few serial input and output routines fot
> > visual tcl (on my Linux box). I want to make sure baud rate, etc are
> > properly set. I have had some success by opening files such as
> > /dev/ttyS1 for output and input, but the input seems to get hosed
> > all the time. Not sure I have baud rate set correctly (system is
>
> Tcl 8.0 has support for serial line devices in the "fconfigure" command.
> The new "-mode" option specifies baud rate, parity, start/stop bits.
>
> ...RickM...
Thanks Rick. I found this out .5 hours after posting my request. Are
there are pre-built rpms out there for Linux?? Hate to have to build
from source.
Mike