• Implementing 2 OUT pipes USB HID possible?
    Hello, I have implemented one interrupt type IN pipe and 2 interrupt type OUT pipe 1byte size and 8byte size respectively. I see data coming in on IN pipe successfully.But when i send data on OUT...
  • HID
    I wanted to send data with different sizes using HID. Does the USB breaks up my data into sizes that fit the report descriptor and sends it serially so I can get my data on the other side of the USB...
  • is this possible
    It happened again. I have many cases of modules with something like #ifdef TYPEA ... many lines #endif #ifdef TYPEB ... many similar lines #endif #ifdef TYPEC ... many similar lines #endif...
  • Is This Possible?
    Hello everyone just was wondering something...is it possible to create a emulator for the application if you don't have the code already? Also how can I figure out what kind of code does the software...
  • Composite HID+HID does not work
    Hello, I am using NGX LPC1837xplorer development board, my computer has windows 7 OS. My goal: create composite HID device in both USB0 &USB1. Using example code for LPC18xx from keil(pack installer...