Re: rs232...
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Fri, 22 Sep 2006 09:10:32 -0400
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]
.
- References:
- rs232...
- From: Robby
- rs232...
- Prev by Date: Re: rs232...
- Next by Date: Visual C++ 6.0
- Previous by thread: Re: rs232...
- Next by thread: Visual C++ 6.0
- Index(es):
Loading