• USBHID example
    When I run the USBHID example according to description, it runs well (with Client1) just until I push the reset button on the MCB2140. Then it hungs and one needs to close (kill) HIDClient, disconnect...
  • lpc1769 usbhid example
    Hi all, I am trying the keil usbhid example with my board and gui. My aim is to send three adc value to my gui by usb. but i can send only one adc data, i can't send the other two. I have tried to...
  • USBHID example and usblib on lpc214x
    Hi I have been trying to use the USBHID example with the libusb library but without success. I get the following error: libusb:debug [libusb_set_configuration] configuration 1 Set configuration...
  • change USBHID example for Isochronous transfer
    Hi everyone I'm new in the ARM I changed the Keil USBHID example and I could send 64 bytes about each 1 ms. but when I change for more byte the PC don't recognize the USB. I know it's because I...
  • usbhid for atsam3s8b
    Hi my friends! I design a board with Atmel chip (SAM3S8B) , and I want to use keil USBHID for that. I went to keil\ARM\Boards\Atmel\SAM3S-EK\USBHID but this sample is for using Atmel (SAM3S4C) ...