
VC provide any built-in class for serial communications?
Quote:
>I know that VC has the MsComm control which I have used in VB, however I
>would rather stay with a class or API calls.
Have a look at the MTTTY sample on MSDN. That's a fairly comprehensive
example of serial comms under Win32. There are no class wrappers in
VC++, but there are several available online - try the codeguru or
codeproject web sites.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.