Re: 1.5.18: Possible bug with select and serial ports

2006-08-17 Thread Corinna Vinschen
On Aug 14 14:16, [EMAIL PROTECTED] wrote: > > Hello everyone, > I have what I suspect is a bug in cygwin's serial port handling which only > seems to manifest itself when using select, then read. > [...] Thanks for the testcase, it was very helpful. It took me a long time to come up with a work

1.5.18: Possible bug with select and serial ports

2006-08-14 Thread noone
Hello everyone, I have what I suspect is a bug in cygwin's serial port handling which only seems to manifest itself when using select, then read. I have distilled the code into one simple piece of C which reproduces the fault. The general idea of the code (and how I want to handle serial ports