Date: Thu, 8 Jan 1998 13:08:57 +0200 (IST) From: Eli Zaretskii To: Gisle Vanem cc: djgpp AT delorie DOT com Subject: Re: termio for DOS? In-Reply-To: <199801081013.LAA28981@login-2.eunet.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 8 Jan 1998, Gisle Vanem wrote: > I found the djgpp emulation too ``basic'' for my needs. I need high-speed > (~38kb) access to a COM-port. djgpp's termio supports only the console > and doesn't make use of the __FSEXT'ensions. You could use one of the available async communications packages for DJGPP and use FSEXT stuff to make it portable. > (I probably could use Fossil + CTTY redirection instead?). I don't know if this will work. I also doubt that doing it through DOS will allow you to get to the speed you need.