CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - usb wdf driver
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - usb wdf driver - List
[
Driver Develop
]
S3C2440_WDF_Driver
DL : 0
S3C2440 USB Device 驱动,基于WDF格式编写,非常罕见!-S3C2440 USB Device Driver, Programmed base on WDF, rarely seen!!
Update
: 2025-02-17
Size
: 383kb
Publisher
:
Fly Bby
[
USB develop
]
USB_WDF
DL : 0
A primary design goal for Windows Driver Foundation (WDF) was to make the driver models easy to extend to support new types of hardware. The first specialized input/output (I/O) targets in both User-Mode Driver Framework (UMDF) and Kernel-Mode Driver Framework (KMDF) are hardware-specific and support Universal Serial Bus (USB) devices. You can use the USB I/O targets to write a fully functional Windows driver for a USB device that uses the Windows USB device stack. This paper provides information about writing UMDF and KMDF drivers for USB devices. It assumes that you are familiar with the WDF driver model.
Update
: 2025-02-17
Size
: 92kb
Publisher
:
McBit
[
USB develop
]
WritingUSBDriverswithWDF
DL : 0
A primary design goal for WDF was to make the driver models easy to extend to support new types of hardware. The first hardware-specific specialized I/O targets in both UMDF and KMDF support USB devices. You can use the USB I/O targets to write a fully functional Windows driver for a USB device that uses the Windows USB device stack. -A primary design goal for WDF was to make the driver models easy to extend to support new types of hardware. The first hardware-specific specialized I/O targets in both UMDF and KMDF support USB devices. You can use the USB I/O targets to write a fully functional Windows driver for a USB device that uses the Windows USB device stack.
Update
: 2025-02-17
Size
: 73kb
Publisher
:
guest
[
Driver Develop
]
wdk_usb_driver_develop
DL : 0
Wdf USB驱动开发资料,中文资料,很经典-Wdf USB driver development information, the Chinese data, it is classic
Update
: 2025-02-17
Size
: 1.4mb
Publisher
:
zhong
[
USB develop
]
WDF_USB
DL : 0
基于WDF的USB驱动开发指南,包含USB基础知识及其相关的驱动设计。 -usb driver design based on WDF
Update
: 2025-02-17
Size
: 1.4mb
Publisher
:
孙丽
[
USB develop
]
WDF_USBdriver
DL : 0
这是开发wdf USB设备驱动的实例,值得参考-This is the development wdf USB device driver instance, it is also useful
Update
: 2025-02-17
Size
: 1.4mb
Publisher
:
李华
[
Driver Develop
]
USBSample
DL : 0
WDF模式下有关USB的驱动,可以通过编译-the WDF driver about USB
Update
: 2025-02-17
Size
: 72kb
Publisher
:
李刚
[
Driver Develop
]
USBAtmelISP
DL : 0
利用WDF实现的USB通讯驱动以及接口DLL文件,利用WDF开发USB设备驱动比传统的WDM方法更简单-WDF realization of the USB communication driver interface DLL files, and use of WDF developing USB device drivers is easier than the traditional WDM
Update
: 2025-02-17
Size
: 2.54mb
Publisher
:
zhaoyu
[
Driver Develop
]
WDF_USBSample
DL : 0
WDF框架的USB Windows驱动开发例程,该例程包括了BULK方式和同步方式传输-WDF framework USB Windows driver development routines, the routines include the BULK mode and synchronous mode transmission
Update
: 2025-02-17
Size
: 479kb
Publisher
:
llj
[
Driver Develop
]
Windows_wdf_pdf_and_source
DL : 0
压缩包是电子书和源码。 《Windows设备驱动程序WDF开发》既适合具有一定计算机硬件及C/C++语言基础的计算机应用开发人员阅读,也适合作为计算机应用开发人员和高等院校学生的实用参考书。Windows最新的WDF驱动程序框架,包括KMDF和UMDF,KMDF是WDM的继续。本书主要介绍KMDF设备驱动程序的原理及编程方法;详细介绍KMDF对象及程序基本框架,KMDF和应用程序之间的通信、即插即用和电源管理的编程技术,过滤器驱动程序,KMDF访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及USB接口和PCI接口设备驱动程序KMDF的开发。还对UMDF设备驱动程序作了编程入门介绍。本书附有13个典型的编程实例,便于读者学习和掌握。-The compression package books and source code. Windows device driver WDF development " only suitable for people with certain computer hardware and the C/C++ language based computer application developers to read, practical reference book is also suitable as a computer application developers and university students. Windows latest the WDF driver framework, including KMDF and UMDF the KMDF WDM continues. This book introduces the principle KMDF device driver and programming methods programming techniques of communication between the detailed basic of KMDF objects and program framework, KMDF application, plug-and-play and power management, filter drivers, KMDF access The hardware devices, processing hardware interrupt, the DMA operation of the programming techniques, as well as the USB interface and the PCI interface device driver KMDF development. UMDF device driver made an introduction to programming. Book with 13 typical programming examples, to facilitate the reader to learn and m
Update
: 2025-02-17
Size
: 52.74mb
Publisher
:
阿忠
[
Driver Develop
]
mouse
DL : 1
针对鼠标USB驱动开发的源代码,其采用的是用WDF编写。-The source code for mouse USB driver development, the use of the written using WDF.
Update
: 2025-02-17
Size
: 79kb
Publisher
:
sinewy
[
Driver Develop
]
20130124
DL : 1
WINDDK7600wdf for usb源代码,endpoint0x1写16个字节,0x81读16个字节。exe是应用层代码,sys是驱动层代码。wdf最终需要环境有关的wdfcoinstall动态库。-WINDDK7600wdf for usb source code, endpoint0x1 write 16 bytes read 16 bytes, 0x81. exe application layer code, sys driver layer code. The wdf eventually need to the environment wdfcoinstall dynamic library.
Update
: 2025-02-17
Size
: 12kb
Publisher
:
王长春
[
Other
]
WDF_USB_device_driver
DL : 1
WDF+USB+设备驱动开发教程,windows最新的WDF开发驱动程序,专门介绍USB驱动程序的书。-wdf usb device driver developer
Update
: 2025-02-17
Size
: 1.4mb
Publisher
:
liuwin
[
Driver Develop
]
CY001-code
DL : 0
驱动程序USB,wdf框架实例,使用UWDF框架-usb driver
Update
: 2025-02-17
Size
: 30kb
Publisher
:
lwt
[
Other
]
WDF-USB
DL : 1
《WDF USB驱动开发指南》,通用的USB技术知识.- USB WDF driver development guide , general knowledge of USB technology.
Update
: 2025-02-17
Size
: 1.4mb
Publisher
:
101hanzhong
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.