• usb bulk transfer
    Hello Sir, I am making a receipt printer for point of sale application using LPC2368 controller. I want to use USB interface for receiving data from computer to printer.I am using bulk transfer for...
  • 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...
  • USB: indication of end of transfer
    Hello, I am transferring a file using USB MSD to a device, based on the Keil USB library. Can I know, when the transfer starts, how many bytes to expect? What is the indication in software as to the...
  • 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...
  • 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...