We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello Sir ,
I am making a printer for POS application using LPC2368 I want to receive data through USB port. printer speed is 170 mm/s I want to know that out of 4 transfer types
• Control Transfers • Interrupt Transfers • Isochronous Transfers • Bulk Transfers
which transfer types is suitable for printer in receiving data .
Thanks & Regards Rohit
Google. Amazing what you can find....
www.beyondlogic.org/.../usb4.shtml
"Bulk transfers can be used for large bursty data. Such examples could include a print-job sent to a printer or an image generated from a scanner."
www.jungo.com/.../USB_data_transfer_types.html
"Bulk Transfer is typically used for devices that transfer large amounts of non-time sensitive data, and that can use any available bandwidth, such as printers and scanners. "
And this after searching 10 secs....