• sending of data from ram to usb
    hello sir, i am working on lpc2148 arm processor.In this i want to send the data which is stored in ram to the usb port.how can i do that?? thank you..
  • How to send data to pc incontinuously via HID?
    I study the KEIL HID demo for MCB2300, the demo is fine but not fit me. My project need read data from LPC23xx if the data is prepared. but the demo always continously send report to PC even the...
  • HID Mouse keeps sending unneeded data!
    Hi, I've got my USB HID Mouse and Keyboard working perfectly. However, I can't seem to figure out how to prevent the device from sending unneeded packets whenever there is no movement (00 00 00 00...
  • USB HID - Control Transfer - How to send an IN Report
    Hi, I'm trying to modify the HID example in order to send IN Report in control transfer mode. So I change this : /* Endpoint, HID Interrupt In */ USB_ENDPOINT_DESC_SIZE, /* bLength */ USB_ENDPOINT_DESCRIPTOR_TYPE...
  • Send more bytes with LPC2148 USB HID Demo
    What can i do to send one packet with 25 bytes or more with USB HID demo for LPC2148?