C code : read infomation of USB
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all, I have to get the infomation from USB by C program. Could you give me the ideas or C code?? Thanks all
-
Hi all, I have to get the infomation from USB by C program. Could you give me the ideas or C code?? Thanks all
Not unless you're just trying to access a file that's on a flash drive.
-
Hi all, I have to get the infomation from USB by C program. Could you give me the ideas or C code?? Thanks all
Take a look at libusb Windows port: https://sourceforge.net/projects/libusb-win32/[^] or the original libusb https://sourceforge.net/projects/libusb/[^] The library allows for communication with an USB device from an user-space application. No kernel programming required.