Date: Sun, 3 May 1998 18:09:24 +0300 (IDT) From: Eli Zaretskii To: Franz Hollerer cc: djgpp AT delorie DOT com Subject: Re: ioctl, tcgetattr, tcsetattr In-Reply-To: <3549A5B3.7EC8D967@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 1 May 1998, Franz Hollerer wrote: > My program must deal with the serial port. Therefore I want to > use ioctl, tcgetattr, tcsetattr, read, write (as usual). DJGPP's implementation of tcgetattr and tcsetattr doesn't support anything but the terminal. And ioctl only support DOS-style commands, Unix-style is unfinished and therefore disabled. Sorry, if you need these for a serial port, you will have to add the missing functionality yourself.