搜索资源列表
USBPort.zip
- 从USB设备中读取信息的程序
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
USBhub
- //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by USBPort.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_USBPORT_DIALOG 102 #define IDR_MAINFRAME 12
USBPort
- USB接口应用编程-The programming of application of the USB interface
USBPort
- VC++编写,通过USB接口实现PC机与单片机的数据收发-VC preparation, adoption USB PC and SCM data transceiver
USBPort(c++)
- usb host的驱动程序,用于实现usb端口的初始化等
USBPort
- USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录
USBPort
- VC++写的移植性很强的USB通信程序,都是普通的API函数
usbport
- usbport-sl811usb主控器芯片usb程序实现
vcusb.rar
- USBPORT里面包括NTDDK,已通过调试,放心使用!goodluck!,USBPORT included NTDDK, has passed through debugging, ease of use! goodluck!
USBPort
- 这是一个USB编程例子,从网上下载但本人经过调试,修改,能正常运行的USB编程例子。-This is a USB programming examples downloaded from the Internet but I have been debug, modify, to the normal operation of the USB programming examples.
usbport
- 用C++写的枚举USB端口的一个DEMO-USB PORT
usbport.tar
- 开源的usbport 的usb主机协议栈,本协议栈可以支持多种不同的usb控制芯片,芯片的驱动可以动态加载和卸载,usbport采用C语言编写,可以使用于arm7/arm9/avr等多种平台。 -Open-source usbport the usb host protocol stack, the protocol stack can support a wide variety of usb controller chip, chip driver can be dynamically
MyColorListbox
- UsbPort打印例子usbprint的开发的源代码-Print UsbPort example usbprint the development of source code
USBPort
- USB接口通信,本程序演示了如何利用编写高层应用程序与USB接口通信。-USB interface communication, this program demonstrates how to use the preparation of high-level applications and USB interface communication.
USBport
- 一个测试USb的小小的程序,可以看到电脑的Usb设备,但是不可以操作usb设备。-A test USb of small programs, you can see the computer Usb Device
usbport
- 程序利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。-Procedures for the use of the preparation of high-level applications and USB interface communication. Readers need to understand how to identify the host is a USB device and USB on the basic princ
MFCUSB
- USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录-USBPort compile note- 01 (VC Knowledge Base)
USBPort
- 实现USB端口的通信。此方法是一个通用的方法,致力于为usb通信的初学者提供参考!-to realize communication of usb port!