CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - USB Device

搜索资源列表

  1. USB_FDD

    0下载:
  2. 本文的内容是从概念上介绍USB软驱固件设计的各个步骤,这些步骤中的重点在于USB设备的枚举,Mass Storage CBI协议/UFI命令的处理以及本设计中所采用的DataFlash AT45DB161B的读写。-the content of the paper is to introduce the concept of USB floppy drive firmware design of the various steps These steps will focus on the US
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:492103
    • 提供者:6756
  1. USBbyexmaple

    0下载:
  2. 这是一个讲述USB设备请求的PDF文档,文档中对重要的设备请求做了详细的介绍。-This is a USB device about the PDF file request, documentation of major equipment request a detailed briefing.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:64390
    • 提供者:秦晓峰
  1. linux

    0下载:
  2. 这篇硕士论文是基于Linux的USB网络设备驱动分析及实现技术研究,可供写linux下usb驱动的人员参考。-this master's thesis was based on the Linux USB Device Driver Network Analysis and Implementation of Technology, writing for linux usb drive under the reference.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:536373
    • 提供者:李青青
  1. USB-data-acquisition-card-Development

    0下载:
  2. The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in the part of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:347018
    • 提供者:小流
  1. LM3S5749_USB.zip

    0下载:
  2. LM3S群星芯片,USB电路图,支持USB HOST ,DEVICE,Stars LM3S chip, USB circuitry, support USB HOST, DEVICE
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:399673
    • 提供者:李锦龙
  1. EM78M611E.rar

    0下载:
  2. USB HID 类,设备开发资料,台湾义隆芯片,USB HID TYPE DEVICE,www.emc.com.tw
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:324609
    • 提供者:wxk
  1. Research-and-Implementation-of-USB-Device-Driver-f

    0下载:
  2. 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted the structure and characterist
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:173131
    • 提供者:梁军学
  1. Book-LinuxDrive

    0下载:
  2. 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
  3. 所属分类:software engineering

    • 发布日期:2017-05-31
    • 文件大小:13639346
    • 提供者:yangzhidong
  1. USB

    0下载:
  2. 基于VC的USB接口通信程序设计, 本文研发了一套基于USB接口的数据采集系统,整个系统的设计涉及到硬件、设备固件(Firmware)、USB设备驱动程序及客户应用软件。-VC-based communication program of the USB interface design, this article developed a set of USB-based data acquisition system, the entire system design related to h
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:190309
    • 提供者:花花
  1. USB

    0下载:
  2. USB从设备端固件程序参考 pdf文件-USB firmware from the device-side reference pdf document
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:104315
    • 提供者:sxd
  1. driv2

    0下载:
  2. 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件 系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个 控制USB 设备的过滤驱动实例。-Implementation of file system access only through the full control of filter drive technology. Introduction of the Windows NT file system driver
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:42553
    • 提供者:曾经如此
  1. Unit5

    0下载:
  2. // Get device interface info set handle for all devices attached to system HDEVINFO hDevInfo = SetupDiGetClassDevs( &GUID_DEVINTERFACE_USB_DEVICE, /* CONST GUID * ClassGuid - USB class GUID */ NULL, /* PCTSTR Enumerator */ NULL, /* HWND
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:2382
    • 提供者:amarsoft
  1. USB_PS2_MOUSE_design

    0下载:
  2. 用4BIT OTP单片机实现USB/PS2 MOUSE的设计 USB 低速设备的设计发展到现在已经有了相当的成熟度。 各家IC公司都推出了USB DEVICE端的解决方案, 一般以8 BIT CPU CORE + USB SIE为主流构架。 SH69P04是中颖电子(Sinowealth)本着丰富USB产品应用,降低USB IC成本而设计的4BIT OTP单片机, 用以开发USB DEVICE设备。-the design of usb or PS2 mouse
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:109295
    • 提供者:田野
  1. WindowsUSB

    0下载:
  2. 了在Windows 2000环境下用Driverworks工具开发USB设备驱动程序的方法-In the Windows 2000 environment, tool development with Driverworks method of USB device driver
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:223458
    • 提供者:dsda
  1. CSRUSBKernel

    0下载:
  2. This document s the USB Device Driver csrbc01.sys interface. This is a kernel device driver called csrbc01.sys. An application can access a BlueCore 01 device on a USB device, by opening the device driver, sending commands, receiving events, and
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:20411
    • 提供者:Darvin_forever
  1. USBDevicearchitecture

    0下载:
  2. USB Device Architecture-USB Device Architecture
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:62299
    • 提供者:zhenyu.zhang
  1. Programming_Guide_for_Linux_USB_Device

    0下载:
  2. Linux 環境下 USB 设备的编程指南-Programming Guide for Linux USB Device
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:78687
    • 提供者:Eric Wang
  1. USB-basedSTM32ApplicationDevelopmentNotes(Chinese)

    1下载:
  2. STM32 USB 源代码及笔记下载——STM32 USB固件以及上位机驱动、应用程序源程序和笔记。-USB-based STM32 application development notes
  3. 所属分类:软件工程

    • 发布日期:2014-01-03
    • 文件大小:2033907
    • 提供者:skyge
  1. Linux-USB--device-drive

    0下载:
  2. Linux下的USB程序分析Linux USB device drive USB、LINUX、设备驱动、总线-Linux USB device drive
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:14660
    • 提供者:dan
  1. USB-device-driver-development

    0下载:
  2. USB设备驱动开发,USB协议,USB控制器,USB驱动体系结构,USB设备驱动数据结构和API。-USB device driver development, USB protocol, USB controllers, USB drive architecture, data structures of a USB device driver and API.
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:661436
    • 提供者:熊枫
« 12 3 »
搜珍网 www.dssz.com