Re: 9.8.05: Serial Communication Support on Cygwin

2005-08-09 Thread Christopher Faylor
On Tue, Aug 09, 2005 at 04:36:39PM +0530, Sudarshan Parthasarathy wrote: >This is Sudarshan. I am trying to work with serial ports on Windows >using only C library API's like open, read etc.But I am unable to find >a way to set the serial communication attributes, espeically OVERLAPPED >or NON_OVE

9.8.05: Serial Communication Support on Cygwin

2005-08-09 Thread Sudarshan Parthasarathy
Hi, This is Sudarshan. I am trying to work with serial ports on Windows using only C library API's like open, read etc.But I am unable to find a way to set the serial communication attributes, espeically OVERLAPPED or NON_OVERLAPPED IO with "open". Ofcourse Windows provides the API-"CreateFile",