Date: Wed, 26 Jun 1996 15:08:20 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199606261108.PAA00223@video.yars.free.net> To: demmer AT LSTM DOT Ruhr-UNI-Bochum DOT De, djgpp AT delorie DOT com Subject: Re: FSE, some questions > Second Question: > Can fcntl() be extended to communicate with a File > System Extension handler? I'm thinking of something > like > fd=open("/dev/ttyS0",O_NOBLOCK| O_RDWR); > fcntl(fd,F_SETCOM, S9600 | B8 |P_NONE |XON_XOFF); IMHO, it is better to implement posix terminal functions like tcgetattr etc. and ioctl functions (TCGETA etc)