CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2006
    Posts
    8

    USB explain a misunderstanding with WinUSB

    Hello,
    if I understand the WinUSB docu correct,
    http://msdn2.microsoft.com/en-us/aa476426.aspx

    "In Windows Vista, the Windows USB (WinUSB) mechanism enables you to manage USB devices with user-mode software" it should be possible to access the USB device only with a client program.

    Further in the docu:
    "The INF file must also contain an HW.AddReg section..."

    HMMMH, what should I do now? I want access my mouse with WinUsb_ControlTransfer to SEND some commands. (Yes, SEND to my mouse with WinUsb_ControlTransfer).

    Can I wrote my own INF File, if yes how?
    (I have make some test but I get only an error when I try to install this INF I guess th reason is the missing .cat file)
    If I must use an INF file from the system, which one?

    OR I am completly wrong and WinUSB is only to send commands if I would be the manufacture of the device?

    regards
    Peter
    Last edited by Lastwebpage; February 11th, 2007 at 04:13 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