Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site uthub.UUCP Path: utzoo!utcsri!utai!uthub!goldste From: goldste@uthub.UUCP (Jack Goldstein) Newsgroups: net.micro.apple Subject: Re: AE & VI Message-ID: <226@uthub.UUCP> Date: Thu, 19-Sep-85 16:21:41 EDT Article-I.D.: uthub.226 Posted: Thu Sep 19 16:21:41 1985 Date-Received: Fri, 20-Sep-85 08:43:46 EDT References: <749@charm.UUCP> Organization: CSRG, University of Toronto Lines: 21 I don't know why your program is not working but if it is because the characters are coming in too fast, then it is not too hard to fix. First of all, if you can make your communication card generate interrupts (see AE manual) then you can operate at almost any baud rate. I used a Super Serial Card with AE at 9600 baud and only lost one character in about a thousand. If your card can't generate interrupts, change the termcap entry on UNIX to increase the clear-screen delay time to an appropriate value (you can experiment with this). If you don't have your own termcap, you'll have to copy the relevant section of the system termcap file (possible in /etc) into your own directory and 'setenv TERMCAP yourtermcapfilename' See 'man 5 termcap' for a description of the termcap file. Jack Goldstein utcsri!uthub!goldste