s1rUK
Newbie level 3
Hi there,
I'm working on app that permits myself to transfer a file located in my file system into a usb device (FAT32). I have to use Bulk Transfer Only mode that means to use stream of characters only. I looked through the LibUsb library using it in my IDE I can transmit a string. To transfer a whole file I suppose I've to dodge the file system building a char sequence that permits to recognise a file in the file system and to put it into the usb device.
Suggestions?
This work under Linux w 2.6.32 kernel version
I'm working on app that permits myself to transfer a file located in my file system into a usb device (FAT32). I have to use Bulk Transfer Only mode that means to use stream of characters only. I looked through the LibUsb library using it in my IDE I can transmit a string. To transfer a whole file I suppose I've to dodge the file system building a char sequence that permits to recognise a file in the file system and to put it into the usb device.
Suggestions?
This work under Linux w 2.6.32 kernel version