ioctl - TCGETS

Jeremy Frank jmfrank@solipsys.com
Mon May 22 13:02:00 GMT 2000


When setting up a connection to a com port (in a UNIX 
environment), I have to use the ioctl command as follows:
 
ioctl(fd, TCGETS, &termio);
 
However, TCGETS is not defined in the cygwin termios.h 
file.  Is there an equivalent way of making this same call in the cygwin 
environment?
 
 
 



More information about the Cygwin mailing list