Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!ptsfa!pacbell!tandem!narayan From: narayan@tandem.UUCP (Narayan Mohanram) Newsgroups: comp.unix.wizards Subject: Re: PE 3220 (v7) loses chars at input>1200bps - help! Message-ID: <345@tandem.UUCP> Date: 4 Mar 88 23:11:32 GMT References: <1988Mar2.122153.28441@lsuc.uucp> Reply-To: narayan@tandem.UUCP (Narayan Mohanram) Organization: Tandem Computers, Cupertino, CA - TND Lines: 12 Keywords: tty driver The problem is that the UART on the PE terminal board can handle only one character. If you run faster than 1200 baud, then the interrupts come in faster than every 50 ms, which kind of makes interrupt processing impossible. So things get dropped on its face. I fought this problem even when I had sources to it. Last time I remember, you could tell the comm board to collect bytes until a certin number of characters or a certain character was received, but for UUCP, there was no framing character, that could distincly tell the Comm board to interrupt. I think you are stuck at 1200 baud. narayan@ATI.TIS.LLNL.GOV