Results 1 to 2 of 2
hello,this is mallesh
i want to use libusb in linux.
I have captured the USB vendor id,product id and serial numbers from LIBUSB API's..
upto this ok.
i'm trying to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-15-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 3
data transfer using libusb
hello,this is mallesh
i want to use libusb in linux.
I have captured the USB vendor id,product id and serial numbers from LIBUSB API's..
upto this ok.
i'm trying to use the synchronous and asynchronous device io for data transfer.
before this i want to know few points.
libusb_bulk_transfer().
1)what this api will do?
2)what the data transfer in libusb means?
3)will it send/recieve data (maybe file) to/from the usb mass storage device(eg: pendrive)?
4)where the data present?
5)what we can do with libusb?
i think, this communication(dat sending/recieving) is between host and endpoint in the device.
what is the use of this communication?
please help me.
thanks.
- 11-18-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,236
Please explain exactly what it is that you are trying to do, and if this is for use in a kernel module, or user space program.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
