CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    16

    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.



  2. #2
    Join Date
    May 1999
    Posts
    18

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured