搜索资源列表
WINCE设备驱动程序开发指南
- 介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(NDIS)驱动程序-introduced for Windows CE-based devices device driver process, and explained how to create a simple interface and flow-driven procedures, and how to achieve unive
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
HID
- 这是一个ce5.0下usb hid的驱动源代码,对于编写嵌入式hid设备驱动开发的人有一定的参考性
MyDriver
- 一个基于wince潜入式平台的设备下的usb的驱动程序,用embdedc++4。0开发的,对于初学wince的人来说有参考利用的价值,类似于windows编程的代码风格-a submerged platform equipment under the usb driver with embdedc 4. 0 development, the weights for beginners who are using the reference value, similar to windows pr
wincewebcam WINCE5.0 下的UVC camera驱动源代码
- WINCE5.0 下的UVC camera驱动源代码,适用于所有的符合UVC标准的USB Camera设备,-WINCE under UVC camera driver source code, applies to all in line with the UVC standard USB Camera equipment
usb_device
- s3c2440的USB设备的驱动程序。能用的哦-s3c2440 the USB device drivers.
USB-driver-on-wince
- 通用串行总线(USB)具有方便快速一系列优点,近年来已经发展成为一种比较普遍的计算机与外设的接口。在设计USB设备的过程中不可避免的要涉及到设备驱动程序的设计。首先整体上简要介绍了USB及其通信模型,然后详细讨论了Windows的WDM驱动程序模型,重点阐述了基于WDM的USB设备驱动程序的具体开发过程。最后给出了当前流行的几种USB设备驱动的开发工具及其特点。通过设计USB设备驱动,实现了自行设计的USB数据采集系统与PC的通信。 关键字:通用串行总线(USB); USB请求包(URB);
RFID11111
- HID:HID是Human Interface Device(人机接口设备)省称,这类设备是Windows最早支持的USB类别。具体到本设备,其协议完全符合HID类别规范,所以无须另外安装驱动,直接接到电脑的USB口就可以用了。因为设备电源也是由USB接口提供,所以非常方便。-HID: HID is Human Interface Device (Human Interface Device) province, said the earliest such devices are suppor