Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!wivax!decvax!harpo!seismo!hao!hplabs!sri-unix!SJOBRG.ANDY%MIT-OZ@mit-ml From: SJOBRG.ANDY%MIT-OZ%mit-ml@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: raw/cooked single char i/o Message-ID: <2119@sri-arpa.UUCP> Date: Mon, 13-Jun-83 22:16:00 EDT Article-I.D.: sri-arpa.2119 Posted: Mon Jun 13 22:16:00 1983 Date-Received: Thu, 16-Jun-83 06:18:35 EDT Lines: 4 Well, perhaps you should run in CBREAK mode, and then set all of the interrupt characters that remain to be \377 -- the tty driver will then ignore them, and you will get your buffered input. However, you will NOT get 8 bits, just the usual 7.