Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 Fluke 1/4/84; site fluke.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!ssc-vax!fluke!meldrum From: meldrum@fluke.UUCP (Glen Meldrum) Newsgroups: net.unix-wizards Subject: TANDEM (automatic flow control) Message-ID: <622@vax1.fluke.UUCP> Date: Fri, 1-Jun-84 19:16:02 EDT Article-I.D.: vax1.622 Posted: Fri Jun 1 19:16:02 1984 Date-Received: Tue, 5-Jun-84 08:00:49 EDT Organization: John Fluke Mfg. Co., Everett, WA Lines: 8 I am trying to get TANDEM mode (automatic flow control) to work in "cooked" mode. In this mode, if the input buffer is about to overflow, a stop character (^S) will be sent out. When the input buffer is not too full, then a start character (^Q) will be sent out. I can only get the flow control to work in the "raw" mode. The problem with the raw mode is that the program is very slow because of all the system overhead for each character. Do you know of a way to get TANDEM mode to work in the "cooked" mode?