Qt demo app (C++) that talks to a USB device
-
Qt demo app (C++) that talks to a USB device
-
@Rahul-Samanta
and.... is there any question from your side? -
-
-
But i think poster thinks of an USB stick :)
-
But i think poster thinks of an USB stick :)
The only one that can tell us, is the poster.
So @Rahul-Samanta, what do you really want to achive?
-
@aha_1980 said in Qt demo app (C++) that talks to a USB device:
But i think poster thinks of an USB stick :)
The only one that can tell us, is the poster.
So @Rahul-Samanta, what do you really want to achive?
An application that will show Only (note: not all the system drive)the available PEN Drive / USB Drive. After that wants to open a text file into an edit text from that existing PEN drive /USB drive.
-
@Rahul-Samanta Reading files from an USB device works same way as reading files from any other storage (see QFile as I already mentioned in one of your other threads). To list USB devices you will need to use something else as there is nothing in Qt. Forexample libusb.