bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: win32 Serial::isPending, timeout has no effect


From: taraben . a
Subject: Re: win32 Serial::isPending, timeout has no effect
Date: Sun, 21 Dec 2003 21:02:28 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

Hi all,

browsing the Win32 SDK I found that waiting (a defined time) for serial port is only possible if this was opened using the FILE_FLAG_OVERLAPPED flag.
Doing this all reading/writing/testing functions have to be touched.

Was there any reason not to use this flag???

Thanks,

Adib.



address@hidden wrote:

Hi,
porting my small linux app to win32. I found that in function
bool Serial::isPending(Pending pending, timeout_t timeout)
the parameter timeout has no effect but on nonWin32.

Best wishes,

Adib.


_______________________________________________
Bug-commoncpp mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-commoncpp





reply via email to

[Prev in Thread] Current Thread [Next in Thread]