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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -