Re: gcc using termios.h and -mno-cygwin

2003-07-07 Thread Shankar Unni
Terry Dabbs wrote: (1) Should this work with termios.h and -mno-cygwin together? Not unless Windows natively supports the termios interface (which it doesn't). When you use -mno-cygwin, what you're getting is pretty much the naked Windows API. The headers and .libs are provided by MinGW, of cou

Re: gcc using termios.h and -mno-cygwin

2003-07-02 Thread Igor Pechtchanski
On Wed, 2 Jul 2003, Terry Dabbs wrote: > I am new and may really get flamed on this To repeat someone else's advice I received a while ago, "don't invite flames"... :-) > I need to do serial port IO on Windows98 and NT using com1 and com2. I > have seen some nice examples which compile and e