CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - usb 描述符

搜索资源列表

  1. Hybrid_HID_mRPT

    0下载:
  2. 基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码使用多个报表描述符实现复合设备。与之相对的另一种方案是使用多个interface,该方案另行上传。-This project focuses on building a mouse+ keyboard hybrid USB device with the popular Cypress CY7C68013A chip. Implementation is based on a multiple ReportDe
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:214271
    • 提供者:Alex Young
  1. unicode

    0下载:
  2. 本人用vb编写了一个生成usb字符串描述符数组的unicode转换器。提供给大家学习学习。-I use vb prepared a generation usb string descr iptor array unicode converter. Available to all learn from him.
  3. 所属分类:USB develop

    • 发布日期:2017-05-10
    • 文件大小:2537127
    • 提供者:陈叶飞
  1. testUSB

    1下载:
  2. 用VC++6.0编写的USB通讯测试的程序,可以实现查找PC的USB外设,读取USB外设的设备描述符等功能。对USB通讯初学者有很大的帮助。-Written in VC++6.0 using USB communications test procedure, can be achieved to find PC' s USB peripherals, read the USB peripheral device descr iptor functions. USB communicati
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2198342
    • 提供者:潘磊
  1. usb_protocol_AND_descriptor

    0下载:
  2. 以一个具体的例子讲述usb设备的各种描述符的请求与返回,并根据具体例子深入浅出地讲述各种描述符信息的含义。-With a concrete example about a variety of usb device descr iptor and return the request and, based on specific examples in layman' s language about the meaning of the various descr iptors of i
  3. 所属分类:USB develop

    • 发布日期:2017-04-17
    • 文件大小:16035
    • 提供者:
  1. USB_Audio_class_descriptors_and_description

    2下载:
  2. USB音频类描述符及其说明,详细的说明了音频类设备的描述符及带有原创性的自主产权。-USB Audio class descr iptors and descr iption
  3. 所属分类:USB develop

    • 发布日期:2017-03-24
    • 文件大小:447014
    • 提供者:马涛
  1. USB214x_USB

    0下载:
  2. LPC214x的usb包,分为硬件层,协议层,应用程,使用时根据要实现的usb协议,自行配置各种描述符-LPC214x the usb package, divided into the hardware layer, protocol layer, the application process, use the usb to achieve an agreement based on its own configuration of various descr iptors
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:28989
    • 提供者:郭凯
  1. DeviceDescription

    0下载:
  2. 基于EZ_USB介绍的设备描述符接收,USB系统软件开发-Presented based on EZ_USB receiving device descr iptor, USB system software development
  3. 所属分类:USB develop

    • 发布日期:2017-05-08
    • 文件大小:1630986
    • 提供者:吴玉文
  1. cydesc

    0下载:
  2. 描述:这是一个读取插入设备的设备描述符等的C程序-a simple console based application to demonstrate access to the Cypress Generic USB Driver via the CyApi class library. this example displays the device descr iptors for all devices bound to the Cypress driver.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1240748
    • 提供者:guoxiaojie
  1. testlibusb

    0下载:
  2. 读取usb的设备,配置,接口,端口,字符串描述符-Read the usb device, configuration, interface, port, string descr iptor
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1265
    • 提供者:Leslie
  1. USB_Mouse_Device_Code

    0下载:
  2. 1、压缩包中包含了由盛唐公司研制的USB_D12开发评估板实现USB鼠标的全部源代码 2、源代码中的U_Mouse.C文件实现了数据通讯的协议,Chap_9.C含有鼠标枚举所需的各种描述符。 3、上述文件实为USB接口芯片D12开发的经典参考资料及制作USB鼠标的极佳参考原型。 4、阅读源程序前务必先阅读开发评估板的使用说明书各评估板的电路原理图,方能快速理解源程序。-USB mouse source code
  3. 所属分类:USB develop

    • 发布日期:2017-04-01
    • 文件大小:902759
    • 提供者:赵品
  1. UsbKeyboard

    1下载:
  2. USB键盘终于搞了一回USB HID设备,做了一个USB键盘来玩玩~~~~ 其中的报告描述符让我晕了几天~~~~~几份HID相关的协议还是蛮长的~~~~~~ 明天再弄个USB鼠标设备玩玩~~~~~~~有空的话再搞个红外遥控器-USB keyboard finally engage in a back USB HID device, a USB keyboard to play ~ ~ ~ ~ the report descr iptor makes me dizzy days ~ ~ ~
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:118251
    • 提供者:yiew
  1. usb_req

    0下载:
  2. USB设备请求和描述符整理 usb设备驱动编写资料参考-USB device requests and descr iptors finishing usb device driver writing data reference
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:141081
    • 提供者:jack
  1. HID-Device-enum

    0下载:
  2. USB设备枚举详细资料,内包含了USB设备枚举过程详细介绍,以及目前市门上触控两点标准描述符说明文档,对做触控USB设备这个块有很大的帮助- USB device enumeration details contained within the USB device enumeration process in detail, as well as the touch points on the current market standard door descr iptor document
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4710504
    • 提供者:张杰
  1. USBDescriptorCodeGen

    0下载:
  2. USB字符串描述符自动生成工具,对于USB应用开发非常有用。-A tool for USB application development.
  3. 所属分类:Other Embeded program

    • 发布日期:2016-08-19
    • 文件大小:13312
    • 提供者:wujie
  1. stm32-usb_lib

    0下载:
  2. stm32单片机usb开发库集合,有usb通讯描述符的配置,协议等,以及stm32的usb驱动库,可以直接使用-Stm32 microcontroller usb development library collection, the usb communication descr iptor configuration, agreement, etc., as well as the stm32 usb driver library, can be used directly
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:422843
    • 提供者:张晶洵
  1. TestBoard

    0下载:
  2. 本程序实现USB鼠标的功能.对D12芯片的命令使用、USB标准请求格式、USB各种描述符以及描述符返回等作了详细的介绍.-This procedure realize the function of the USB mouse. Command for D12 chips use format, USB, USB standard request various descr iptors and the return of the descr iptor has made the detaile
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:65624
    • 提供者:蔡国林
« 1 2 3»
搜珍网 www.dssz.com