C++ Resources for serial port under Windows
Can anyone recommend me any classes / library's or any other resources for programming the serial port under Windows 95?. The port should be able to transmit and receive continuous streams of data.
I know there are a number of ready-made classes, but maybe someone can give me advice on which to choose.
Re: C++ Resources for serial port under Windows
Try MSComm Active X control that comes with VC++. Documentation is poor but works ok once you figure it out.
Cornel