• USB HID multiple interfaces
    I have STM32F4 Discovery board.I was able to implement HID device from run-time environment software components.I need to multiple interfaces.How can I do that?Because USB middleware codes locked. ...
  • tcp/ip multiple interfaces?
    With RTL-ARM is it possible to have more than one interface of a given type (for example, 2 PPP interfaces)? Also is it possible to set up static routing between interfaces? /dp
  • MCB2140 USB multiple interrupts
    On the MCB2140 board the USB HID example runs fine, in order to understand code flow, I enabled UART0 to be my debug port. When I attempt to DebugOut text during USB transactions, my DebugOut routine...
  • USB: Multiple IADs in composite device?
    Hi, I would like to be able to construct composite USB device encapsulating N serial ports. Having used CDC/ACM class and some examples from Keil (Keil\ARM\Boards\Keil\MCB2300\USBCDC) for LPC2386...
  • USB HID multiple packet problem
    Trying to send an InReport > 64 bytes. Read all threads(thanks Tsuneo) but still not working. That is too say, I'm using SimpleHIDWrite as my tester, 64-byte packets work fine. If I run this code, sending...