搜索资源列表
RS232-USB转换器驱动源码
- 一个用来实现把RS232接口转换成USB接口的设备驱动程序源码,用DDK编译-to achieve an RS232 interface into the USB device driver source code, the compiler used DDK
获得USB设备句柄
- 我用VB写的应用程序,用的是68013芯片,驱动程序也已经安装好,并且操作系统已经能识别设备,可是应用程序用creatfile就是打不开设备,得不到设备句柄。-I use VB to write applications, using the 68013 chip, drivers have been installed, operating systems and equipment has the ability to recognize, but applications using cr
usb-driver
- 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
usb-driver
- 一个usb设备的驱动程序源代码,可以用于多种usb设备-a usb device driver source code, can be used for a wide variety of equipment usb
USB_Driver_Dev.Frame
- Visual C++ 6.0、Windows98/2000/XP DDK 下面的USB设备驱动程序开发框架-Visual C 6.0, Windows98/2000/XP DDK below the USB Device Driver Development Framework
usbint
- WDM驱动程序例子程序,该例子给出基于DDK编写USB设备驱动程序的一个范例,实现了USB中断通道的数据传输,对于编写USB设备驱动程序是个很好的参考.
bulkusb
- 微软DDK中关于WDM驱动程序模型中USB设备驱动程序的例子,实现了BULK通道的数据传输,对于利用DDK编写USB驱动程序的朋友是个很好的参考.
USB接口编程源代码
- USB接口编程源代码,USB设备驱动,用Visual C++编写
181854461103
- 一个USB的设备驱动的源代码。对于要学习USB设备驱动的朋友来说,可以作为参考资料
USBdriverProgramming
- USB转换器开发的硬件设计思路,简述在DDK基础上USB设备驱动程序的构建步骤及过程,分析了用户所需进行的源代码设计内容
basicusb
- 一个基本的usb设备驱动框架,很适合入门技术人员阅读。
WINCE_usb_driver
- windows CE下USB设备驱动编写的步骤,USB的基本原理-windows CE prepared under the USB device driver steps, USB The basic principle
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
USBdriverdevelopment
- Visual C++ 6.0、DDK开发的USB设备驱动程序开发框架-Visual C++ 6.0, DDK development of the USB device driver development framework
Windows-usb-driverstdio
- 用DriverStudio开发WDM型的USB设备驱动程序 关键词:USB WDM 设备驱动程序 DriverStudio-With the development of WDM-based DriverStudio the USB device driver Keywords: USB WDM device driver DriverStudio
Windows2000-XP-WDM-DEVICE-DRIVER
- 这是一本介绍win2000/xp下开发WDM驱动程序的书籍,一般是USB设备驱动用到的比较多,这个书相当的经典-This is a descr iption win2000/xp developed under WDM drivers for the books, generally used in USB device drivers are more significant in this book a classic! !
usb
- C#识别USB盘符,监视USB设备.C#驱动编程-C# identify the USB drive letter, surveillance USB device
USB_Driver
- USB设备驱动程序源码,开发环境VC++6.0+DDK-USB device driver source code, development environment, VC++6.0+ DDK
8549057USBFilter1
- usb过滤驱动WDM(和KDM)是分层的,在构造设备栈时,IO管理器可以使一个设备对象附加到另外一个初始驱动程序创建的设备对象上。与初始设备对象相关的驱动程序决定的IRP,也将被发送到附加的设备对象相关的驱动程序上。这个被附加的驱动程序便是过滤驱动程序。过滤驱动可以在设备栈的任何层次中插入。IO管理器发出的IRP将会沿着右图的顺序从上往下传递并返回。因此,我们可以使用过滤驱动程序来检查、修改、完成它接收到的IRP,或者构造自己的IRP。(The USB filter driver WDM (an
CanToUsb
- 实现windos下自定义USB设备的驱动(Customizing the driver of the USB device in windos)