Hello,
I need to develop a program which should allow files exchange between a PC and a particular group of USB devices produced by the same vendor. The program should work on MAC OS, Linux and Windows. Does QT provide its own set of classes for this purpose? Otherwise, is there any cross-platform USB library (supporting the hotplug) that can be used or should I handle the system messages (for each different platform) by myself?
Thanks in advance.