搜索资源列表
USB安全钥功能扩展与优化设计
- USB Security key集数据加密与数据存储功能。 介绍DES加密,以及HID 设备读写。。。
usb mass storage设备类相关协议大全
- usb大容量设备相关协议,其中包括 usb2.0 Mass Storage Devices Mass Storage Overview USB 大容量储存器驱动器协议 UFI(英文版) usb_masstorage_class_specification.2 usbmassbulk_10 usbmassover_11 usbmass-ufi10 CBI-Transport
USB HID报告及报告描述符简介
- 在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符,配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。USB报告描述符(Report Descr iptor)是HID设备中的一个描述符,它是比较复杂的一个描述符。
usbmassbulk_10.zip
- 官方对 USB Mass Storage 类设备的Bulk-only传输的描述符、传输协议等的说明,Official of the USB Mass Storage Class Bulk-only device descr iptor transmission, transmission protocol, such as descr iptions
基于VC的USB接口通信程序设计
- 基于VC的USB接口通信程序设计 本文研发了一套基于USB接口的数据采集系统,整个系统的设计涉及到硬件、设备固件(Firmware)、USB设备驱动程序及客户应用软件。
usb11
- 这个文件定义了一个行业标准的USB接口。该规范描述了总线属性,协议定义,交易类型,总线管理和编程接口需要来设计和建造系统和外围设备与此标准的兼容。-This document defines an industry standard USB interfaces. This specification describes the bus property, protocol definition, types of transactions, bus management, and progra
USBprogram
- 现在USB设备却很多,因此对USB设备的查找与读写就必不可少了,这里使用VC++示范了一些获得USB的信息的方法-But now a lot of USB devices, so USB devices to find and read and write on the essential, and here using VC++ demonstrated some methods of information access USB
usb2.0
- 本书规范了USB的工业标准。该规范介绍了USB的总线特点、协议内容、事务种类、总线管理、接口编程的设计,以及建立系统、制造外围设备所需的标准。-The book industry standard specifications of the USB. The specification describes the characteristics of the USB bus, agreement, transaction types, bus management, interface prog
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
USB_Device_Class_Definition_for_MIDI_Devices
- USB SPEC(USB implment forum官方文档) - USB MIDI 设备定义-USB Device Class Definition for MIDI Devices
a
- 利用Visual+C++实现USB设备与PC机通信-The use of Visual+ C++ to achieve the USB device and PC communication. Pdf
USB_DFU_1.1-(new-31-Aug-2004)
- USB官方DFU标准文档,用于DFU设备开发参考-The official USB DFU standard document for the DFU Device Development Reference
speedTest
- USB上位机软件,对设备进行速度测试,很简单的,有源码,容易学习。-USB host computer software, speed test on the equipment is very simple, source, easy to learn。
kongzhiusb
- USB移动存储设备的使用已经非常普遍,因此在一些需要转存数据的设备、仪器上使用USB移动存储设备接口的芯片便相继产生了,CH375就是其中之一,它是一个USB总线的通用接口芯片,支持HOST主机方式和SLAVE设备方式。-The use of USB removable storage devices is very common, and therefore necessary to transfer the data stored on the equipment, apparatus, u
HID1_11
- HID设备定义方法与格式,来自USB.org-Device Class Definition for Human Interface Devices (HID)
usb_modeswitch-deployment
- usb_modeswitch是一个模式切换工具,用于控制含有多个USB子设备的USB设备。如果你使用过3G的无线上网卡,你应该会很清楚的了解到这一点。 具体点来说,目前一些新的USB设备在内部含有windows驱动,当你第一次插入的时候,它作为一个闪存,并提示你安装驱动。 在安装驱动之后,驱动会自动切换USB设备的模式,存储设备将会消失(大多数情况),新的设备将会产生(如USB类型的Modem)。 这种特征被无线设备的制造商称其为“免CD”的设备。 目前许多这种设备都可以在
USB_HID_Interface
- 文档描述了USB的人机接口设备HID的详细通讯协议,对开发相关USB驱动等有不错的参考价值。-Document describes the USB human interface device HID detailed protocol for the development of the relevant USB drivers, etc. have a good reference value.
C++_MFC界面读写USB_HID设备数据程序
- 这个文档中主要是在MFC中实现USB通信的上位机代码,可以理解为是一个USB调试助手的代详细的码说明文档。