搜索资源列表
D12isoDriver
- 周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DEscr iptOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the sele
usbcontinousacquire
- IMAQ USB图象抓取 版本:Labview 8.0.x 以上 -This VI uses the NI-IMAQ for USB drivers to continously acquire an IMAQ image. The USB camera is selected from a list generated from the "IMAQ USB enumerate cameras" vi. Grab rate is controlled using an event
testUSB
- 枚举主机上的USB设备数,并实现通过USB设备与单片机进行数据通信。-Enumerate the number of USB devices on the host, and data communication through the USB device with a microcontroller.
testUsb
- 枚举USB主机上的设备数,并提供USB与单片机的数据通信。-Enumerate the number of devices on the USB host and USB and MCU data communication.
usb-pc
- pc上位机与stm32进行枚举匹配。。及实现24l01接收端初始化-PC host computer and the STM32 enumerate matching. . And 24l01 the receiving end of initialization
IAR_Project_STM32F105USB_Host_For_8M
- 网络上下载了好多STM32F105USB_Hout的程序,结果都各种问题枚举不成功。一下决心,逐步查阅,修改晶振等相关信息,退掉例程中的LCD程序,精简。亲测可用。注意,使用之前,请U盘之前格式化。注:晶振是常用的8M晶振。-The network to download a lot of STM32F105 USB Host program, the results are unsuccessful enumerate various issues. A determined, progres
STM32F4声卡调试
- STM32F4 USB枚举调试,通过STM324的USART1跟踪枚举过程(STM32F4 USB enumerate Debug,Use USART1 to print the enumerate information)