Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!labrea!polya!rokicki From: rokicki@polya.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.sys.amiga Subject: Re: Serial port AUX: timeout? Message-ID: <7923@polya.Stanford.EDU> Date: 21 Mar 89 19:44:37 GMT References: <615@ivucsb.UUCP> <15@microsoft.UUCP> Sender: Tomas G. Rokicki Reply-To: rokicki@polya.Stanford.EDU (Tomas G. Rokicki) Organization: Stanford University Lines: 8 > There's no nice way to do it from the command line. I'd write a C program > using WaitForChar() to do it. Sorry. Note that the second argument to WaitForChar() is in *microseconds*, not ticks, and that the Delay(0) bug can bite here too, so use a delay of at least something like 45000L. -tom