搜索资源列表
USBREADPort
- 使用vc进行usb端口读写操作,
USBReadPort
- 读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB po
USBREADPort
- 使用vc进行usb端口读写操作, -Vc use usb port for read and write operations,
USBReadPort
- Visual C++ 获取USB设备信息,包括版本号、供应商标识等。-Visual C++ Get USB device information, including the version number, vendor identification.