Is it possible to transfer a file to USB device using libusb? -


i trying transfer file via libusb usb device (pendrive). have seen submit_bulk_transfer function in libusb-1.0.6 package. if there way transfer file can please suggest me. want transfer file not raw data.

it possible, need implement mass storage, scsi, , file system used on device in order so, lot of work, , done usb , fs drivers of desktop (and many other) oss.

see libusb faq.

btw submit_bulk_transfer low level functionality of usb, related many device classes, not mass storage.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -