Accessing a USB device through Windows application
I want to access a mobile phone开发者_Go百科 connected through a USB port through a simple Windows Application. Is there any tutorial such as http://www.robbayer.com/files/serial-win.pdf (for serial port) which can help me understand the basics of USB port programming in C/C++ ?
http://www.developerfusion.com/article/84338/making-usb-c-friendly/
You definitely want to check out Jan Axelson website Lots of good info, as well as the book USB Complete.
精彩评论