Re: Serial Communications
I couldn't get that to work either. I bought a third party library that works well from a company called MarshallSoft. But I noticed there is a class CSerialPort on this site that you can use for free.
Re: Serial Communications
There is a sample on this site called CommSpy in the Network (?) category.
It might be helpful.
Re: Serial Communications
If you are using Visual C++ 5.0, you can find the answer in the example code COMM. I used it succesfully in an industrial project application. You just cut and paste the code, then setup the communication paramaters and that's all!. You should understand the code, to adapt it to your own needings. It's very simple.