This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ioctl - TCGETS


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?
 
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]