Date: Sat, 22 Jun 1996 16:15:07 -0700 (PDT) From: Samuel Vincent To: Thomas Demmer cc: djgpp AT delorie DOT com Subject: Re: Interrupt driven serial IO In-Reply-To: <31C978E1.167E@LSTM.Ruhr-UNI-Bochum.De> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 20 Jun 1996, Thomas Demmer wrote: > DJ Delorie wrote: > > > By now, we should be able to do interrupt-driven serial port I/O > > without a TSR. > Is anybody working on that? Or even hooking this > into the filesystem extensions? An open("/dev/com1",mode); > would be _REAL_ great. BTW, is ioctl() POSIX? I have an interrupt driven serial port I/O (without a TSR) library already available on DJ's site under the downloadable files, contributed area. Check out svasync.zip... It's for DJGPP 2.0 only. -Sam