Re: rs232...



Robby wrote:
I have one question though! What is the advantage of using the Wndserial class as opposed to using functions like CreateFile, WriteFile, ReadFile, and CloseHandle.

Would I be better off, or is it because in Windows it would be too complicated!
Just asking!


I have not looked at that class. If you look at it - the advantage is that you did not have to write whatever stuff is within it! If it creates a serial thread for you that is a big advantage. Serial calls should be done in a secondary thread so they won't block your GUI.


I thank Scott and all members of the news groups that have helped me on the subject!

You guys, are a great resource on the subjects of C,C++,VC++.


Yer welcome, Robby. Glad you got it working.

--
Scott McPhillips [VC++ MVP]

.


Loading