[comp.sys.att] Need help with unix-pc RS232 port in 3.51: ignores ^s and ^q

kevin@kosman.UUCP (Kevin O'Gorman) (08/12/87)

I just moved my system, and in the process lost some of the documentation
that came with my 3.51 software.  If anyone out there has access to this
info, I would appreciate some help.

Whether I set the /dev/tty000 line up for login, or to use a local serial
printer, I run into trouble because the driver is ignoring ^s and ^q.  This
in spite of the fact that 'stty -a' reports all the good stuff:

  speed 2400 baud; line = 0; intr = DEL; quit = ^|; erase = ^h; kill = @;
     eof = ^d; eol = ^`
  -parenb -parodd cs8 -cstopb -hupcl cread clocal 
				     ^^^^^
  -ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc 
				^^^^^^
  ixon -ixany ixoff 
  ^^^^
  isig icanon -xcase echo -echoe echok -echonl -noflsh 
  opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3 
  
Now, I vaguely remember that there was something special that one was supposed
to do in 3.51 to get ^s and ^q working on serial lines; I just don't remember
what it was, and reading thru the section 1 and 1M man pages didn't help.

This used to work, but my disk crashed and I had to reload the whole show.  Now
I need to do some hacking.  HELP!!!