• USB 2.0 bulk transfer
    Hi All Our application acquires the values from ADCs in the LPC 2148 based board and display in the PC via usb ( USB 2.0 , fullspeed ) . Decided to chose bulk transfer for the application as speed was...
  • USB Bulk transfer
    Hi, I am using AT91SAM7x-ek eval board with Keil uVision 3.55a. I am trying to use bulk transfer and I am hoping to port "memory" example from KEil/ARM/Boards/Atmel/AT91SAM7X-EK/USB directory. For...
  • Bulk transfer inconsistency
    I have been developing on the MCB2140 board with the Philips 2148 processor. Using uVision 3.33 and the CARM compiler. I have found that when doing bulk transfers to the device (endpoint 2) some...
  • Enable Bulk transfer for LPC2378
    Dear All, I have used the HID code available in Keil Library. I am able to transfer one one byte Using control transfer but Now as per requirements and Specifications I need to transmit data that...
  • Bulk transfer of Data via USB (Host side)
    Hi everyone, I am using a LM3S5951 controllers for one of my projects in which I need to implement a host side driver for Dot Matrix printer . I am done with enumeration of the printer, but now...