Multi-threaded overlapped serial I/O in Visual C++ problems...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been having a problem with multi-threaded reading and writing over a serial port from Visual C++. The details can be found in a sort of log I created on the site where I found the source code that I used as a starting point. If you go to the following page and scroll down to the botton there is a list of messages. Mine is the one titled CSerialWnd Deadlock Problem. I won't bother reposting all the information here as it is there. I would appreciate any help or suggestions that anyone might have..

http://www.codeproject.com/system/serial.as

Thanks
Robert
 
rmnowick said:
I have been having a problem with multi-threaded reading
and writing over a serial port from Visual C++.
The details can be found in a sort of log I created on the site
where I found the source code that I used as a starting point. If
you go to the following page and scroll down to the botton there
is a list of messages. ...

I hope someone helps you out.

However, if noone does, you might post here with a subject like "XYZ
Problem" and a body like "I'm having a problem with thus and such ...".
Those are the kinds of questions that get the most help. The ones that
require long reads or essay answers <g> usually do not.

Regards,
Will
 
William
Thanks for the tip. There is a specific problem that can be stated like you alluded to. If I don't hear back from anyone today I will post again in that format tomorrow

Robert
 
Back
Top