Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is Overlapped I/O Supported? For Example, Can Multiple Threads Access the Serial Port?

overlapped supported threads
0
Posted

Is Overlapped I/O Supported? For Example, Can Multiple Threads Access the Serial Port?

0

Windows CE does not support the Win32® Overlapped I/O functions but our Serial driver is written to allow multiple threads to access the serial port at once (that is, a thread can be blocked on a ReadFile() call while another thread calls WriteFile()). The sample serial port also supports multiple opens (either from the same process or multiple processes), only one open can be Read/Write, the others must be Read Only. An OEM has the choice of restricting multiple threads or open calls.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123