Thread: Serial port woes (visual C++ .NET 2003)

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    55

    Serial port woes (visual C++ .NET 2003)

    Hello,

    i don't even know on how to get started with using my serial port.

    My professor (using visual studio 6) said we need to use the mscomm32 activeX controller which has the Commctrl class

    something tells me that they got rid of it in visual C++ .NET (which is the program we're requiered to use)..

    I've done searched for this activeX controller in visual . NEt.. but turn up nothing..

    anyone have a clue as to how i would go about controller my serial port in Visual C++ . NET 2003?

    Thanks..

  2. #2
    Registered User
    Join Date
    Nov 2005
    Posts
    52
    I haven't done it in .NET, but I do have some sample code that works with the Win32 API, and so will work in (unmanaged) C++ code. Let me know if you'd like me to post it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. serial port to poll on request
    By infineonintern in forum C++ Programming
    Replies: 2
    Last Post: 06-11-2009, 06:52 AM
  2. Why?
    By gprime in forum C++ Programming
    Replies: 5
    Last Post: 06-13-2004, 04:44 PM
  3. header file bringing errors?
    By bluehead in forum Windows Programming
    Replies: 4
    Last Post: 08-19-2003, 12:51 PM
  4. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM