Re: shell to /dev/ttySxx

2000-12-30 Thread D-Man
Try: $ cat > /dev/ttySxx If you don't give any args to cat, it reads stdin. (aka, "interactive") HTH, -D On Sat, Dec 30, 2000 at 07:15:47PM +0100, Matthieu Paindavoine wrote: > Hello, > > I have a device connected to a serial port. There is no protocol, I just > send out characters. > I woul

Re: shell to /dev/ttySxx

2000-12-30 Thread Shawn D'Alimonte
On December 30, 2000 01:15 pm, Matthieu Paindavoine wrote: > I have a device connected to a serial port. There is no protocol, I > just send out characters. > I would like to know how to have a shell where every thing I typed is > sent to this device once I type [enter], pretty much like irc. > Cu