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

搜索资源列表

  1. 嵌入式系统中USB总线驱动的开发及应用

    0下载:
  2. 嵌入式系统中USB总线驱动的开发及应用--The development and application of USB bus driver in embedded systems.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:170.2kb
    • 提供者:海应
  1. Simple.rar

    0下载:
  2. LPC2368与PC通讯源代码(USB总线),LPC2368 with PC communications source (USB bus)
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:300.93kb
    • 提供者:wangfei
  1. Much.rar

    1下载:
  2. lpc2378与PC通讯2(USB总线),lpc2378 with PC communications 2 (USB bus)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:157.76kb
    • 提供者:王飞
  1. 基于USB-ATA接口的海量存储器的设计与实现

    0下载:
  2. 介绍了一种基于通用可编程接口的通用串行总线-高级技术配件解决方案,将普通硬盘转化为Usb Mass Storage.-introduces a general programmable interface based on the Universal Serial Bus-senior technical accessories solution that will drive into ordinary Usb Mass Storage.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:84.67kb
    • 提供者:蔡明
  1. usb

    1下载:
  2. 本书规范了USB的工业标准。该规范介绍了USB的总线特点、协议内容、事务种类、总线管理、接口编程的设计,以及建立系统、制造外围设备所需的标准。-Book standardized industry-standard USB. The specification describes the characteristics of USB bus, agreement, transaction type, bus management, interface programming, design, a
  3. 所属分类:USB develop

    • 发布日期:2016-06-21
    • 文件大小:1.21mb
    • 提供者:洪先生
  1. USB_DMA

    1下载:
  2. lpc2378与PC通讯(使用USB总线)-lpc2378 communication with PC (using USB bus)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:107.52kb
    • 提供者:
  1. USB

    0下载:
  2. 本书系统地介绍了新型USB总线接口的协议、 工作原理以及驱动程序设计,并以大量篇幅全面、详细地介绍了各种应用场合下的USB设计 ... -This book systematically introduces the new USB bus interface of the agreement, the working principle and driver design, and to a large number of the length of a comprehensive, de
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:753.23kb
    • 提供者:wwj
  1. USB.System.Architecture

    0下载:
  2. 该书是USB系统架构得详细解析,如果您还烦恼于寻找USB开发资料那么这本书会对您有所帮助。它对USB硬件文档进行了详细解析,可作为USB系统软件硬件得开发手册。-USB System Architecture book is a more detailed analysis, if you have trouble in finding information on USB development then this book will help you. Its USB hardware do
  3. 所属分类:USB develop

    • 发布日期:2017-05-14
    • 文件大小:3.62mb
    • 提供者:王力
  1. USB

    0下载:
  2. 清华毕业论文——USB接口设计方面。 从总线结构-数据流-总线协议等详细的以论文形式表现出来,是写相关论文的极好参考资料。-Tsinghua University dissertation- USB interface design. From the bus architecture- data streams- such as detailed bus protocol to paper forms, is to write papers on an excellent referen
  3. 所属分类:USB develop

    • 发布日期:2017-04-25
    • 文件大小:366.43kb
    • 提供者:胡冰
  1. USB

    0下载:
  2. USB通信协议的硬件描述语言代码,用于FPGA的总线接口控制器开发-USB communication protocol of the hardware descr iption language code for the FPGA bus interface controller development
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:136.92kb
    • 提供者:shigengxin
  1. usb

    0下载:
  2. USBHostSlave is a USB 1.1 host and Device IP core. – Supports full speed (12Mbps) and low speed (1.5Mbps) operation. – USB Device has four endpoints, each with their own independent FIFO. – Supports the four types of USB data transfer control,
  3. 所属分类:USB develop

    • 发布日期:2017-03-29
    • 文件大小:6.41kb
    • 提供者:polito
  1. CH341

    0下载:
  2. CH341是一个USB总线的转接芯片,通过USB总线提供串口、打印口或者并口。 在串口方式下,CH341提供串口发送使能、串口接收就绪等交互式的速率控制信号以 及常用的MODEM联络信号,用于将普通的串口设备直接升级到USB总线。 -CH341 is a USB bus adapter chips, provided through the USB serial bus, printer port or parallel port. In serial mode, CH341 Send
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:305.99kb
    • 提供者:de
  1. Simple_CID

    0下载:
  2. Simple CID is a simple Caller ID that get CID from phone line and transfer it to computer on USB bus. Also it record the voice of line
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1000.52kb
    • 提供者:Morteza
  1. qianruusb

    0下载:
  2. 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:38.54kb
    • 提供者:李强
  1. sistemadosCANALES

    0下载:
  2. send two singnals fromp ic18f2550 to labVIew, trhoug USB bus
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:jenntriana
  1. USB-232_converter

    0下载:
  2. 这是基于VC的实现USB到RS232或是RS485总线的协议转换器的应用程序代码。-This is based on VC implementation of USB to RS232 or RS485 bus protocol converter application code.
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:780.28kb
    • 提供者:居锦武
  1. usb

    0下载:
  2. 一款USB智能调试工具,能够快速准确的对USB设备进行数据的读写操作。-a debug tool for USB bus
  3. 所属分类:USB develop

    • 发布日期:2016-05-03
    • 文件大小:263kb
    • 提供者:wang
  1. USB-bus

    0下载:
  2. 在51单片机下应用usb总线,usb总线驱动及应用-51 MCU USB bus, usb bus driver and application
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:936.12kb
    • 提供者:杨杰
  1. K-7120-USB-bus-to-CAN

    0下载:
  2. K-7120 USB总线转CAN总线模块与电脑通信的VC程序,可用于发送数据(使用vc6.0)-K-7120 USB bus to CAN bus module to communicate with the computer vc procedures, can be used to transmit data(use vc6.0)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-24
    • 文件大小:7.63mb
    • 提供者:飘移
  1. USB应用开发技术大全

    1下载:
  2. 本书系统地介绍了新型USB总线接口的协议、工作原理以及驱动程序设计,并以大量篇幅全面、详细地介绍了各种应用场合下的USB设计实例。(This book systematically introduces the protocol, working principle and driver design of the new type of USB bus interface, and gives a comprehensive and detailed introduction of USB d
  3. 所属分类:驱动编程

    • 发布日期:2020-05-09
    • 文件大小:48.19mb
    • 提供者:VKuaiLe
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com