Read/write on a pen drive using libusb: libusb_bulk_transfer()
问题 I am trying to perform read and write operations on a pen drive. Details: Vendor ID: 8564 and Product ID: 1000. It is a Transcend JetFlash mass storage device. I am keen to know that whether it is possible to achieve a read/write on a pen drive. If it is, then is it going to happen the way I have tried in the code provided below. I have learnt the methods to get the device id, product id and endpoint addresses. This is what I have implemented. Here the device is getting acknowledged and