: How do I communicate via the RS-232 Serial Ports in the Visual C++/MFC environment? I have experience with serial port communications libraries for C and with the MSComm ocx for Visual Basic. Are there any equivalents in the Visual C++ world. I found the ActivComport shareware via a search on this website. Anyone have any experience/comments on this software? Any other suggestions? Thanks for any help.
:
I bought the Visual C++ 6.0 Bible and on the CD included with the book was a class for serial port communication. It's real easy to use with such commands as serial.open(), serial.close(), etc... The only thing you won't get is the chapter on how to use it that's included in the book. If you wanted it and you gave me a couple of days, I could type up a readme file on how to use the commands. Just let me know.