搜索资源列表
USBPortDlg
- USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录 -USBPort compilers note -- 01 (VC Knowl
enumser
- setupapi方式列举本机串口,包含虚拟串口-setupapi enumerate the Serial includes Virtual Serial Port
USBPort
- USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录
VFD
- VFD屏显源代码. USB 界面, 8051 内核-VFD display the source code. USB interface, the 8051 core
SerialPortTest
- 串口调试工具使用serialport类在vc6.0环境下编程-serialport test
SerialEnum
- 获取系统串口号,包括查询注册表、使用 EnumPort 方法、依次打开串口的方法、使用 SetupAPI 函数集的方法等4种方法,并附有实例。-Get the serial number of the system, including query the registry, use EnumPort methods in order to open the serial approach, using methods such as SetupAPI function sets the fou