CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Location
    United States
    Posts
    71

    [RESOLVED] How to read and write with a USB HID device?

    Does anyone have any idea how I can do this in C++?

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: How to read and write with a USB HID device?

    Quote Originally Posted by Robotics Guy View Post
    Does anyone have any idea how I can do this in C++?
    C++ has no built-in facilities to do this. What you want is to call various functions provided by your OS to perform these tasks.

    You need to specify the operating system, and then either post the information here, or if it's Windows, go to one of the Windows-related C++ forums (Visual C++, the WinAPI forum, etc.)

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    Jun 2008
    Location
    United States
    Posts
    71

    Re: How to read and write with a USB HID device?

    Hi Paul,

    I am using Windows for this project. I will try to get the topic moved.

    Thanks for your help.


    EDIT: It's not being moved, so I'll just repost this topic in the appropriate forum.

    CONSIDER THIS THREAD CLOSED!
    Last edited by Robotics Guy; April 4th, 2010 at 02:18 PM.

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