I have such requirement in which i have to transfer file on computer system, lets consider windows PC.
What i want to do is i have one screen with specific details,i
I think your question is not very specific to be answered. But to explain a bit consider the following:
bulkTransfer(UsbEndpoint endpoint, byte[] buffer, int offset, int length, int timeout),
which is documented as well in the link you provided. Keep in mind to choose the correct endpoint (direction TO your storage / drive)This is just a sketch to get you started. It's clear that there is a lot more to do..