zoukankan      html  css  js  c++  java
  • USB Function Test

     USB test

    (1)USB system

        USB系统由USB Host和USB Device组成。每一个USB system只能存在一个USB Host。USB device分为USB Hub和Functions两种。其中USB Hub下可以挂载Functions设备。有一种特殊的USB device称为Compound Device,这种设备是一个Hub下内部固定挂载了几个Function设备(例如USB摄像头)。
    USB系统的总线拓扑结构如下:


    可以看到,一个USB System只能有一个USB Host。一个USB System最多只能有7层结构,且最下面一层只能挂载Function Device而不能挂载Hub Device。特殊的Compound Device占据两层(图中为6、7)。在一条通信路径上,Host和Device之间最多只能存在5个USB Hub Device。
     

    (2)Power

    分为bus-powered devices和self-powered devices两种。bus-powered devices依赖总线进行供电,self-powered devices有自己的电源。

    self-powered devices  ,eg:Western Digital My Book Studio II External Hard Drive

     
    bus-powered devices ,eg:usb mouse/usb keyboard/usb key
     
     

    (3)USB 1.0 /1.1/2.0 speed

    USB 1.0   Low speed :1.5 Mbps       192KB/s

    USB1.1    Full  speed :12 Mbps        1.5MB/S

    USB2.0    High speed:480 Mbps       60 MB/s

     
     
     
    一个有不同速率的USB设备的USB System的数据传输如下:
     
     
      



  • 相关阅读:
    HDU 2757 Ocean Currents
    HDU 2704 Bulletin Board
    HDU 2234 无题I
    HDU 3638 Go , SuSu
    HDU 1199 Color the Ball
    HDU 1430 魔板
    PL/SQL例外的介绍
    表分区介绍
    移动表空间数据文件
    long\lob\bfile类型介绍
  • 原文地址:https://www.cnblogs.com/yongdaiblog-201409/p/6696731.html
Copyright © 2011-2022 走看看