搜索资源列表
UsbMouFilter
- 鼠标设备的上层过滤驱动程序,如果在用户模式下编写程序与该驱动交互,可以实现罗技或双飞燕鼠标那样的特殊功能。特色之处是:对独占性设备的通信。(我的代码绝对自己编写,真诚希望站长能网开一面,让我就上载这一个代码而成为会员。所谓“水至清则无鱼,人至察则无徒”嘛!)-mouse filtration equipment at the top drivers, if the user mode procedures and the preparation of the driver interaction
Modemource
- 调制解调器是一种使计算机通过电话线路通信的设备。使用调制解调器,您可以向另一台配有调制解调器的计算机发送数据。这使您可以从全球网 (World Wide Web) (正如您现在所做的一样) 中下载信息、发送和接收电子邮件 (e-mail) 及与远程对手玩计算机游戏。一些调制解调器还能发送和接收传真及语音电话呼叫。 不同的调制解调器通信速率也不相同。许多新型的调制解调器能以 33.6 kbps 的速率发送和接收数据;以 14.4 kbps 的速率发送和接收传真。一些调制解调器能以高达
usbPortInter
- 本程序是在VC中完成与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理,这样结合我提供的源码,能轻松完成。-the procedure is completed in VC communication with the USB interface. Readers need to understand is how to identify the host USB devices and USB work of the basic tenets I combine
kbfiltr
- kbfiltr.zip鼠标设备的上层过滤驱动程序,如果在用户模式下编写程序与该驱动交互,可以实现罗技或双飞燕鼠标那样的特殊功能。特色之处是:对独占性设备的通信。(我的代码?BR>
POWER5040-2005-I
- 通信行业标准:通信电源安装设备安装工程设计规范
USB
- 本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。
372_HID
- 372工作在设备方式模拟一个HID设备,可直接连接到PC上通信
usbHid.rar
- 与usb hid设备 通信范例程序 通信范例程序通信范例程序,Usb hid devices and procedures for communication communications paradigm example of an example of procedures of communication procedures
CDC1.2_WMC1.1_012011
- USB 通信类设备驱动程序-USB Class Definitions for Communication Devices Driver
vc_usb
- 这个代码需要有一定基础的开发者阅读,特别是对如何识别USB设备及USB基本原理有一定了解的开发者比较适用。程序主要演示了如何编写高层应用与USB接口通信-This code need to have a certain foundation for developers to read, especially on how to identify the USB device and USB have a certain understanding of the basic principles
DeviceIOControl
- DeviceIOControl实战演示及源代码,是应用程序与设备通信很好的示例教程-DeviceIOControl actual demonstration and source code, applications and devices are good examples of communication tutorial
HID
- 该软件用于识别HID设备,并与之进行通信。需要配合北京交通大学的一款HID实验台使用,但中间的独立程序不受影响。-The software used to identify HID device, and communicate with them. Need to tie in with the Beijing Jiaotong University, a test-bed the use of HID, but the middle of an independent process wil
B52
- 使用M F C的C F i l e类通过指定COM1: 或者L P T 2 :来实现与这些设备的通信,将读写操作转换为与串行或者将并行设备的实际转换过程由硬件驱动程序完成-CF ile of the use of MFC category by specifying COM1: or LPT 2: to achieve the communication with these devices will be converted to read and write operations with
filterDriver
- 自己编写的串口过滤代码,通过扫描本机所有串口,针对每个串口生成一个过滤设备对象,并与对应串口进行绑定。可以通过dbgview检测串口通信情况,可根据自己需要改成并口过滤。-I have written code serial filtering, scanning through all the local serial port, serial port for each generation of a filter device object, and bind with the corre
Windows_2000_XP_WDM_Driver_Development
- 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本
USBsxbhuatu
- 一个USB手写板画图程序 VB写的 基于usb hid调试 手写板hid设备并与电脑之建立通信-A USB tablet drawing program written in VB debugging tablet usb hid hid device and computers to establish communication
Windows wdf pdf and source
- 压缩包是电子书和源码。 《Windows设备驱动程序WDF开发》既适合具有一定计算机硬件及C/C++语言基础的计算机应用开发人员阅读,也适合作为计算机应用开发人员和高等院校学生的实用参考书。Windows最新的WDF驱动程序框架,包括KMDF和UMDF,KMDF是WDM的继续。本书主要介绍KMDF设备驱动程序的原理及编程方法;详细介绍KMDF对象及程序基本框架,KMDF和应用程序之间的通信、即插即用和电源管理的编程技术,过滤器驱动程序,KMDF访问硬件设备、处理硬件中断、实现DMA操作的编
VCtoUSB
- VC编程实现与USB设备通信,可以读写操作。PC侧的demo-VC programming to communicate with the USB device, you can read and write operations. PC side demo
testUsbDevice
- usb通信的例子, 测试usb设备 的小例子,能够读取数据 -usb communication example, test usb device small example, the ability to read data
kcsLinuxDeviceDriver
- Linux KCS通信设备驱动实例,以内核模块形式实现。-Linux KCS Transfer Device Driver