搜索资源列表
programmingUsbInterface
- 详细介绍visual 6.0环境下用windows API funciton 来实现与符合HID 设备类的USB接口 通信,并给出了通信部分的源代码。-6.0 detailed visual environment using windows API to funciton accords with the HID equipment category USB communication, and communication is a part of the source code.
USB_HID_Report_Descriptor
- USB_HID_报告及报告描述符_简介 在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符, 配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。 USB报告描述符(Report Descr iptor)是HID设备中的一个描述符,它是比较 复杂的一个描述符。-USB_HID_ report and described briefly on the website _ USB, USB HOST through a variety of
USBL65C02jianpankaifa
- 本文基于自主研制的低速USB 设备控制芯片USBL65C02 开发了一款符 合HID 规范的多媒体通用USB 键盘介绍了硬件和软件的设计方案以及 键盘的报表格式
USB HID设备驱动程序设计
- 本文介绍了适用于PC的嵌入式操作系统的USB HID设备驱动的设计,并给出了具体的实现方法。
USB安全钥功能扩展与优化设计
- USB Security key集数据加密与数据存储功能。 介绍DES加密,以及HID 设备读写。。。
USB HID报告及报告描述符简介
- 在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符,配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。USB报告描述符(Report Descr iptor)是HID设备中的一个描述符,它是比较复杂的一个描述符。
VC-USB-HID.常用的Windows+API调用
- 常用的Windows+API调用 怎样编写一个在USB接口读写数据的程序 HID设备的访问,Commonly used Windows+ API call how to prepare a USB interface to read and write data through HID equipment visit
EM78M611E.rar
- USB HID 类,设备开发资料,台湾义隆芯片,USB HID TYPE DEVICE,www.emc.com.tw
USBHID
- USB-HID协议大全.包括USB 2.0协议 USB-HID协议 HID TABLE等,还有如何编写应用程序与USB_HID_设备通讯(读写USB_HID设备)等学习资料.-Daquan USB-HID protocol, including USB-HID USB 2.0 protocol agreement HID TABLE, etc., as well as how to write applications that communicate with USB_HID_ equipme
USBHID
- USB HIDUSB报告描述符(Report Descr iptor)是HID设备中的一个描述符,它是比较复杂的一个描述符。-USB HID
Device-class-definition-for-human-interface-device
- 从www.usb.org下载的人机交互设备类定义规范:Device class definition for human interface device(HID).pdf-Device class definition for human interface device(HID).pdf,download from www.usb.org
HID1_11
- HID设备定义方法与格式,来自USB.org-Device Class Definition for Human Interface Devices (HID)
VCPP-USB-HID
- 利用Windows API(Application Program Interface)函数来实现与符合HID设备类的USB接口通讯,并给出了通信程序的部分代码-Windows API (Application Program Interface) function to achieve compliance with HID device class USB interface communication, and gives the part of the code of the commu
HID1
- HID(Human Interface Devices)设备的通讯协议,1.1版本-HID (Human Interface Devices) device communication protocol, version 1.1
USB(Hid)
- 朗明USB设备读写卡设备API说明手册.-USB API BOOK
ANP_SPEC_V10
- 主要用来开发bluetooth的hid 设备的profile。介绍了input,output,feature的规范。-The profile come from bluetooth.org.You will study the hid program on the blue
USB通讯程序
- 对于HID类设备驱动及通讯程序的描述的处理。
VCPP-USB-HID
- USB HID 设备 VC 入门级例子开发步骤,图解说明-USB HID device VC++ example step by step
VC_USB_HID
- 用VC_编写USB人机接口类通信程序说明文档,主要实用于VC开发HID设备读写。-USB Hid interface for VC
HID_Usage_table
- HID 支持的所有usage page,在开发键盘、鼠标、触摸板等HID设备时可以参考