文件名称:USBReadPort
- 所属分类:
- 嵌入式/单片机编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 31.6kb
- 下载次数:
- 1次
- 提 供 者:
- 徐*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 963329usbreadport.zip 列表 HIDPI.H HIDSDI.H HIDUSAGE.H res/ Resource.h res/USBPort.ico res/USBPort.rc2 StdAfx.cpp StdAfx.h USBPort.clw USBPort.cpp USBPort.dsp USBPort.dsw USBPort.h USBPort.opt USBPort.rc USBPortDlg.cpp USBPortDlg.h USBPort的编译说明.txt