In the documentation you can open a com port using CreateFile with both read and write access and you see this in a lot of sample code.
Is it any advantage to use two separate com ports or perhaps use one com port and two file handles where the com port is being heavily used for read and write operations
In my code I'm writing to a com port created with read and write access very frequently and the reads are done using polling on a separate thread (critical sections are used around the read and write calls).

Bluetooth com port question
a-degebh
This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries.
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1
Thanks.
Srikanth Bogadapati