• 2 HIDs in one composite USB code
    I need to write 2HIds in one composite device in STM32 microcontrollers.One for pointer mouse operation and other one for keypad operation.So i wish to know is it possible to do so?If yes will I need...
  • 2 HIDs in one composite USB code
    I need to write 2HIds in one composite device in STM32 microcontrollers.One for pointer mouse operation and other one for keypad operation.So i wish to know is it possible to do so?If yes will I need...
  • USB Composite device
    Hi all, I have made an HID composite device with two interface and it works asbolutly fine. Now I have increased the interfaces to 4. My PC detects all the four interfaces but i am not able to...
  • USB Composite Problem
    I am trying to make a composite device with two identical HID joystick classes on one device but windows 10 doesn´t recongnize it. The error: The USB device \ VID_1234 & PID_9101 \ 0001A0000001...
  • USB composite device
    Hi, I've implemented code for composite USB device with CDC and Mass Storage interfaces (on ARM AT91SAM7SE512). After driver instalation on windows XP I can see both devices on device manager. I...