• 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...
  • MCB2300 USBHID example
    I have MCB2300 EVB and use Keil ARM uVision 3.2. I need help on USBHID : - Change data tranfer in/out to more bytes (16,32,64,.. bytes). - Just send data when I want only(in the example data has been...
  • 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) ...