Click to See Complete Forum and Search --> : C++ Resources for serial port under Windows


B. de Nooij
May 19th, 1999, 04:47 AM
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.

Cornel
May 19th, 1999, 09:45 AM
Try MSComm Active X control that comes with VC++. Documentation is poor but works ok once you figure it out.

Cornel