搜索资源列表
bulkusb
- 微软DDK中关于WDM驱动程序模型中USB设备驱动程序的例子,实现了BULK通道的数据传输,对于利用DDK编写USB驱动程序的朋友是个很好的参考.
drv_for_eeproomwriter
- 这是在源有代码上修改的驱动,具有BULK,ISO,CONTROL等传输模式,可通过DA,DB命令向Cypress68013ar芯片写入并读取相关信息,同时可以将从USB总线上获取的数据直接保存为文件的功能
USB_firmware_WDM_driver
- 用Cypress 68013开发的usb驱动程序,包括固件和WDM驱动,支持中断和bulk传输。
bulkusb
- Windows下 usb bulk传输代码,支持USB2.0
isp1581sys
- 这是一个用ISP1581 USB2.0接口芯片作为图像采集接口的驱动程序。该驱动程序支持Endpoint1 Bulk方式 数据输入传输。实际传输速度可以达到24MBYTE/S -This is a USB 2.0 interface with ISP 1581 chips as image acquisition interface driver. The driver support Endpoint1 Bulk data entry mode transmission. The actual
ATLASUSB
- Atlas III USB driver SYS Installation inf for the Intel 82930 USB Bulk IO Test Board
USB-slavefifo
- 在上位机上实现cy68013的slavefifo模式传输代码-In PC mode to achieve cy68013 of slavefifo transmission code
bulkusb
- Windows 下usb bulk驱动的范例,很不错-Windows, usb bulk driver example, very good
WDF_USBSample
- WDF框架的USB Windows驱动开发例程,该例程包括了BULK方式和同步方式传输-WDF framework USB Windows driver development routines, the routines include the BULK mode and synchronous mode transmission
Usbsamp-Sample
- USBSAMP的示例演示了如何执行完整和高速散装和同步,超音速散装流数据传输到一个通用USB设备通过使用内核模式驱动程序框架(KMDF)。超快速度的批量传输只有工作当微软USB 3.0堆栈被加载。示例还包含一个控制台应用程序,启动批量测试(包括流)和等时传输和获取数据从设备的I / O端点。该应用程序还演示了如何使用设备名称和管道基础guid名称生成的操作系统使用SetupDiXXX用户模式api。-The USBSAMP sample demonstrates how to perform f
usbsjtu
- 本代码为用dricerstudio制作的USB读写驱动,实现BULK传输,每个端点最大传输64字节-The code for the production of USB reader with dricerstudio drive to achieve BULK transmission, the maximum transmission of 64 bytes each endpoint
usb-msc-0.2
- Mass Storage Class – Bulk-Only Transport
cybulk_USB_communication
- 非常好用的USB通讯例子,采用批量传输方式,端点可以自已修改等。-Very easy to use USB communication examples using bulk transfer mode, the endpoint may modify their own and so on.