Wine Club - Shopping, CLUBS - Night Club | ||
student loan consolidation, STUDENT LOAN - student loan | ||
inside line, used car, find out, blue book, your car, car talk, volvo car | ||
1
|
"USB" redirects here. For other uses, see USB (disambiguation).
| USB Universal Serial Bus | |
| Original USB Logo | |
| Year created: | January 1996 |
| | |
| Width: | 1 bit |
| Number of devices: | 127 per host controller |
| Capacity | 12 or 480 Mbit/s |
| Style: | Serial |
| Hotplugging? | Yes |
| External? | Yes |
A USB Series “A” plug, the most common USB plug
The USB "trident" IconUniversal Serial Bus (USB) is a serial bus standard to interface devices. USB was designed to allow peripherals to be connected using a single standardized interface socket and to improve plug-and-play capabilities by allowing devices to be connected and disconnected without rebooting the computer (hot swapping). Other convenient features include providing power to low-consumption devices without the need for an external power supply and allowing many devices to be used without requiring manufacturer specific, individual device drivers to be installed.
USB is intended to help retire all legacy varieties of serial and parallel ports. USB can connect computer peripherals such as mouse devices, keyboards, PDAs, gamepads and joysticks, scanners, digital cameras, printers, personal media players, and flash drives. For many of those devices USB has become the standard connection method. USB is also used extensively to connect non-networked printers; USB simplifies connecting several printers to one computer. USB lock software can lock out memory devices and still allow other USB peripherals to function. The USB was originally designed for personal computers, but it has become commonplace on other devices such as PDAs and video game consoles. In 2004, there were about 1 billion USB devices in the world.Wireless USB — First High-Speed Personal Wireless Interconnect (PDF). USB.org (February 19 2004). Retrieved on 2007-08-25.
The design of USB is standardized by the USB Implementers Forum (USB-IF), an industry standards body incorporating leading companies from the computer and electronics industries. Notable members have included Agere, Apple Inc., Hewlett-Packard, Intel, NEC, and Microsoft.
Contents |
The USB 1.0 specification was introduced in November 1995. USB was promoted by Intel (UHCI and open software stack), Microsoft (Windows software stack), Philips (Hub, USB-Audio), and US Robotics. Originally USB was intended to replace the multitude of connectors at the back of PCs, as well as to simplify software configuration of communication devices. USB was also the primary connector on the original Apple iMac introduced 6 May 1998, including the connector for its new keyboard and mouseiMac - Technical Specification. USB 1.1 came out in September 1998 to help rectify the adoption problems that occurred with earlier iterations of USB.Standards and specs: The ins and outs of USB
As of 2008, the USB specification is at version 2.0 (with revisions). Hewlett-Packard, Intel, Lucent (now Alcatel-Lucent), Microsoft, NEC, and Philips jointly led the initiative to develop a higher data transfer rate than the 1.1 specification. The USB 2.0 specification was released in April 2000 and was standardized by the USB-IF at the end of 2001. Equipment conforming with any version of the standard will also work with devices designed to any previous specification (known as backward compatibility).
Smaller USB plugs and receptacles for use in handheld and mobile devices, called Mini-B, were added to USB specification in the first engineering change notice. A new variant of smaller USB plugs and receptacles, Micro-USB, was announced by the USB Implementers Forum on January 4, 2007."USB Developers Approve Micro-USB Connector Specification", InformationWeek, January 4 2007. Retrieved on 2007-08-25.
A conventional USB hub
A USB system has an asymmetric design, consisting of a host, a multitude of downstream USB ports, and multiple peripheral devices connected in a tiered-star topology. Additional USB hubs may be included in the tiers, allowing branching into a tree structure, subject to a limit of 5 levels of tiers. USB host may have multiple host controllers and each host controller may provide one or more USB ports. Up to 127 devices, including the hub devices, may be connected to a single host controller.
USB devices are linked in series through hubs. There always exists one hub known as the root hub, which is built-in to the host controller. So-called "sharing hubs" also exist; allowing multiple computers to access the same peripheral device(s), either switching access between PCs automatically or manually. They are popular in small-office environments. In network terms they converge rather than diverge branches.
A single physical USB device may consist of several logical sub-devices that are referred to as device functions, because each individual device may provide several functions, such as a webcam (video device function) with a built-in microphone (audio device function).
USB endpoints actually reside on the connected device: the channels to the host are referred to as pipes
USB device communication is based on pipes (logical channels). Pipes are connections from the host controller to a logical entity on the device named an endpoint. The term endpoint is also occasionally used to refer to the pipe. A USB device can have up to 32 active pipes, 16 into the host controller and 16 out of the controller. Each endpoint can transfer data in one direction only, either into or out of the device, so each pipe is uni-directional. Endpoints are grouped into interfaces and each interface is associated with a single device function. An exception to this is endpoint zero, which is used for device configuration and which is not associated with any interface.
When a new USB device is connected to a USB host, the USB device enumeration process is started. The enumeration process first sends a reset signal to the USB device. The speed of the USB device is determined during the reset signaling. After reset, USB device setup information is read from the device by the host and the device is assigned a unique host-controller specific 7-bit address. If the device is supported by the host, the device drivers needed for communicating with the device are loaded and the device is set to configured state. If the USB host is restarted, the enumeration process is repeated for all connected devices.
The host controller polls the bus for traffic, usually in a round-robin fashion, so no USB device can transfer any data on the bus without an explicit request from the host controller.
The computer hardware that contains the host controller and the root hub has an interface geared toward the programmer which is called Host Controller Device (HCD) and is defined by the hardware implementer.
In the version 1.x age, there were two competing HCD implementations, Open Host Controller Interface (OHCI) and Universal Host Controller Interface (UHCI). OHCI was developed by Compaq, Microsoft and National Semiconductor; UHCI was by Intel.
A typical USB connector.VIA Technologies licensed the UHCI standard from Intel; all other chipset implementers use OHCI. UHCI is more software-driven, making UHCI slightly more processor-intensive than OHCI but cheaper to implement. The dueling implementations forced operating system vendors and hardware vendors to develop and test on both implementations which increased cost.
During the design phase of USB 2.0 the USB-IF insisted on only one implementation. The USB 2.0 HCD implementation is called the Enhanced Host Controller Interface (EHCI). Only EHCI can support hi-speed transfers. Most of PCI-based EHCI controllers contain other HCD implementations called \'companion host controller\' to support Full Speed and Low Speed devices. The virtual HCD on Intel and VIA EHCI controllers are UHCI. All other vendors use virtual OHCI controllers.
HCD standards are out of the USB specification\'s scope, and the USB specification does not specify any HCD interfaces.
Devices that attach to the bus can be full-custom devices requiring a full-custom device driver to be used, or may belong to a device class. These classes define an expected behavior in terms of device and interface descriptors so that the same device driver may be used for any device that claims to be a member of a certain class. An operating system is supposed to implement all device classes so as to provide generic drivers for any USB device. Device classes are decided upon by the Device Working Group of the USB Implementers Forum.
Device classes include:USB Class Codes at USB.org
| Class | Usage | Description | Examples |
|---|---|---|---|
| 00h | Device | Unspecifiedclass 0 | (Device class is unspecified. Interface descriptors are used for determining the required drivers.) |
| 01h | Interface | Audio | speaker, microphone, sound card |
| 02h | Both | Communications and CDC Control | ethernet adapter, modem, serial port adapter |
| 03h | Interface | Human Interface Device (HID) | keyboard, mouse |
| 05h | Interface | Physical Interface Device (PID) | force feedback joystick |
| 06h | Interface | Image | Digital Camera (Most cameras function as Mass Storage for direct access to storage media). |
| 07h | Interface | Printer | laser printer, Inkjet printer |
| 08h | Interface | Mass Storage | USB flash drive, memory card reader, digital audio player |
| 09h | Device | USB hub | full speed hub, hi-speed hub |
| 0Ah | Interface | CDC-Data | (This class is used together with class 02h - Communications and CDC Control.) |
| 0Bh | Interface | Smart Card | USB smart card reader |
| 0Dh | Interface | Content Security | - |
| 0Eh | Interface | Video | webcam |
| 0Fh | Interface | Personal Healthcare | - |
| DCh | Both | Diagnostic Device | USB compliance testing device |
| E0h | Interface | Wireless Controller | Wi-Fi adapter, Bluetooth adapter |
| EFh | Both | Miscellaneous | ActiveSync device |
| FEh | Interface | Application Specific | IrDA Bridge |
| FFh | Both | Vendor Specific | (This class code indicates that the device needs vendor specific drivers.) |
Note class 0: Use class information in the Interface Descriptors. This base class is defined to be used in Device Descriptors to indicate that class information should be determined from the Interface Descriptors in the device.
USB implements connections to storage devices using a set of standards called the USB mass storage device class (referred to as MSC or UMS). This was initially intended for traditional magnetic and optical drives, but has been extended to support a wide variety of devices, particularly flash drives, which have replaced floppy disks for data transport. Though most computers are capable of booting off of USB Mass Storage devices, USB is not intended to be a primary bus for a computer\'s internal storage: buses such as ATA (IDE), Serial ATA (SATA), and SCSI fulfill that role.
However, USB has one important advantage in that it is possible to install and remove devices without opening the computer case, making it useful for external drives. Originally conceived and still used today for optical storage devices (CD-RW drives, DVD drives, etc.), a number of manufacturers offer external portable USB hard drives, or empty enclosures for drives, that offer performance comparable to internal drives. These external drives usually contain a translating device that interfaces a drive of conventional technology (IDE, ATA, SATA, ATAPI, or even SCSI) to a USB port. Functionally, the drive appears to the user just like another internal drive. Other competing standards that allow for external connectivity are eSATA and FireWire.
Mice and keyboards are frequently fitted with USB connectors, but because most PC motherboards still retain PS/2 connectors for the keyboard and mouse as of 2007, they are often supplied with a small USB-to-PS/2 adaptor, allowing usage with either USB or PS/2 interface. There is no logic inside these adaptors: they make use of the fact that such HID interfaces are equipped with controllers that are capable of serving both the USB and the PS/2 protocol, and automatically detect which type of port they are plugged in to. Joysticks, keypads, tablets and other human-interface devices are also progressively migrating from MIDI, PC game port, and PS/2 connectors to USB.
Apple Macintosh computers have been using USB exclusively for all wired mice and keyboards since January 1999. The original iMac raised public awareness of USB considerably in August 1998, as it discarded legacy ports to use only USB. PCs had USB ports prior to the iMac\'s introduction, but they were included with a full complement of traditional ports which limited USB\'s adoption. The iMac\'s influence can be seen in the number of USB peripherals with matching translucent, colored plastic enclosures that were available in the late \'90s and early \'00s.
USB supports three data rates:
Experimental data rate:
USB signals are transmitted on a twisted pair data cable with 90Ω ±15% impedance,USB in a NutShell - Chapter 2 - Hardware. Beyond Logic.org. Retrieved on 2007-08-25. labeled D+ and D−. These collectively use half-duplex differential signaling to combat the effects of electromagnetic noise on longer lines. D+ and D− usually operate together; they are not separate simplex connections. Transmitted signal levels are 0.0–0.3 volts for low and 2.8–3.6 volts for high in Full Speed and Low Speed modes, and +-400mV in High Speed (HS) mode. In FS mode the cable wires are not terminated, but the HS mode has termination of 45Ω to ground, or 90Ω differential to match the data cable impedance.
USB uses a special protocol to negotiate the High Speed mode called "chirping". In simplified terms, a device that is HS capable always connects as an FS device first, but after receiving a USB RESET (both D+ and D- are driven LOW by host) it tries to pull the D- line high. If the host (or hub) is also HS capable, it returns alternating signals on D- and D+ lines letting the device know that the tier will operate at High Speed.
Clock tolerance is 480.00 Mbit/s ±500ppm, 12.000 Mbit/s ±2500ppm, 1.50 Mbit/s ±15000ppm.
The USB standard uses the NRZI system to encode data, and uses "bit stuffing" by always injecting one artificial "zero" bit if the stream of data contains six consecutive "ones" before converting the bit stream to NRZI.
Though Hi-Speed devices are commonly referred to as "USB 2.0" and advertised as "up to 480 Mbit/s", not all USB 2.0 devices are Hi-Speed. The USB-IF certifies devices and provides licenses to use special marketing logos for either "Basic-Speed" (low and full) or Hi-Speed after passing a compliance test and paying a licensing fee. All devices are tested according to the latest spec, so recently-compliant Low-Speed devices are also 2.0 devices.
The actual throughput currently (2006) attained with real devices is about two thirds of the maximum theoretical bulk data transfer rate of 53.248 MB/s. Typical hi-speed USB devices operate at lower speeds, often about 3 MB/s overall, sometimes up to 10-20 MB/sHow Fast Does A USB 2.0 Drive Go On The Newest Macs? How Does It Compare To FireWire?. Bare Facts (May 8 2004). Retrieved on 2007-08-25..
The connectors specified by the USB committee were designed to support a number of USB\'s underlying goals, and to reflect lessons learned from the varied menagerie of connectors then in service.
Different types of USB connectors from left to right
• micro USB plug
• mini USB plug
• B-type plug
• A-type receptacle
• A-type plug
Pin configuration of the USB connectors Standard A/B, viewed from face of plug
There are several types of USB connectors, and some have been added as the specification has progressed. The original USB specification detailed Standard-A and Standard-B plugs and receptacles. The first engineering change noticed to the USB 2.0 specification added Mini-B plugs and receptacles.
The Mini-B, Micro-A, Micro-B , and Micro-AB connectors are used for smaller devices such as PDAs, mobile phones or digital cameras. The Standard-A plug is approximately 4 by 12 mm, the Standard-B approximately 7 by 8 mm, and the Micro-A and Micro-B plugs approximately 2 by 7 mm.
Micro-USB is a further connector, that was announced by the USB-IF on January 4 2007.USB Implementers Forum (2007-01-04). "Mobile phones to adopt new, smaller USB connector" (PDF). Press release. Retrieved on 2007-01-08. It is intended to replace the Mini-USB plugs used in many new smartphones and Personal digital assistants. This Micro-USB plug is rated for 10,000 connect-disconnect cycles. It is about half the height of the mini-USB connector, but features a similar width. In the Universal Serial Bus Micro-USB Cables and Connectors Specification, details have been laid down for Micro-A plugs, Micro-AB receptacles, and Micro-B plugs and receptacles, along with a Standard-A receptacle to Micro-A plug adapter. The carrier led group, OMTP have recently endorsed micro-USB as the standard connector for data and power on mobile devices OMTP Local Connectivity at omtp.org
Microsoft\'s original Xbox game console uses standard USB 1.1 signaling in its controllers and memory cards, but feature proprietary connectors and ports. Similarly, IBM UltraPort uses standard USB signaling, but via a proprietary connection format. American Power Conversion uses USB signaling and HID device class on its uninterruptible power supplies using 10P10C connectors. HTC, a company which makes Windows Mobile-based Communicators, has a proprietary connector called HTC ExtUSB, which combines mini-USB with audio input and output. Nokia includes a USB connection as part of the Pop-Port connector on their mobile phones.
The maximum length of a standard USB cable is 5.0 meters (16.4 ft). The primary reason for this limit is the maximum allowed round-trip delay of about 1500 ns. If a USB device does not answer to host commands within the allowed time, the host considers the command to be lost. When USB device response time, delays from using the maximum number of hubs and delays from cables connecting the hubs, host and device are summed, the maximum delay caused by a single cable turns out to be 26 ns USB Frequently Asked Questions at USB.org. The USB 2.0 specification states that the cable delay must be less than 5.2 ns per meter, which means that maximum length USB cable is 5 meters long. However, this is also very close to the maximum possible length when using a standard copper cable.
Using USB devices over a greater length require hubs or active extension cables. Active extension cables are bus-powered hubs equipped with two maximum length standard USB cables. USB connections can be extended to 50 m (160 ft) over CAT5 or up to 10 km (6.2 mi) over fiber by using special USB extender products developed by various manufacturers.
In practice, some USB devices may work with longer cable runs than 5 meters, if the number of hubs between the host and the device is less than the maximum number allowed by the USB standard. However, using a longer cable lowers both the signal quality and the voltage provided by the USB bus below the specification tolerance limits. This may prevent USB devices from working properly or even from working at all.
| Pin | Name | Cable colour | Description |
|---|---|---|---|
| 1 | VCC | Red | +5V |
| 2 | D− | White | Data − |
| 3 | D+ | Green | Data + |
| 4 | GND | Black | Ground |
The USB specification provides a 5 V (volts) supply on a single wire from which connected USB devices may draw power. The specification provides for no more than 5.25 V and no less than 4.75 V (5 V±5%) between the positive and negative bus power lines.“7.3.2 Bus Timing/Electrical Characteristics” (ZIP). Universal Serial Bus Specification. USB.org. Initially, a device is only allowed to draw 100 mA. It may request more current from the upstream device in units of 2 mA up to a maximum of 500 mA.
If a bus-powered hub is used, the devices downstream may only use a total of four units — 400 mA (i.e. 2 watts) — of current. This limits compliant bus-powered hubs to 4 ports. The host operating system typically keeps track of the power requirements of the USB network and may warn the computer\'s operator when a given segment requires more power than is available.
On-The-Go and Battery Charging Specification both add new powering modes to the USB specification. The latter specification allows USB devices to draw up to 1.5 A from hubs and hosts that follow the Battery Charging Specification.
As of June 14 2007, all new mobile phones applying for license in China are required to adopt the USB port as a power port."China to enforce universal cell phone charger", EETimes.com, May 31 2007. Retrieved on 2007-08-25.
In September, 2007 the Open Mobile Terminal Platform --a forum dominated by operators but including manufacturers such as Nokia, Samsung, Motorola, Sony Ericsson and LG--announced that its members had agreed on micro-USB as the future common connector for mobile devices. "Pros seem to outdo cons in new phone charger standard", news.com, September 20 2007. Retrieved on 2007-11-26. "Press Release: Broad Manufacturer Agreement Gives Universal Phone Cable Green Light", OTMA, September 17 2007. Retrieved on 2007-11-26.
A number of USB devices require more power than is permitted by the specifications for a single port. This is a common requirement of external hard and optical disc drives and other devices with motors or lamps. Such devices can be used with the use of an external power supply of adequate rating, which is allowed by the standard, or by means of a dual inputs USB cable, one input of which is used for power and data transfer, the other solely for power, which makes the device a non-standard USB device. Some external hubs may, in practice, supply more power to USB devices than required by the specification but a standard compliant device may not depend on this.
Some non-standard USB devices use the 5 V power supply without participating in a proper USB network. These are usually referred to as USB decorations. The typical example is a USB-powered reading light; fans, mug heaters, battery chargers (particularly for mobile telephones) and even miniature vacuum cleaners are available. In most cases, these items contain no digitally based circuitry, and thus are not proper USB devices at all. This can cause problems with some computers — the USB specification requires that devices connect in a low-power mode (100 mA maximum) and state how much current they need, before switching, with the host\'s permission, into high-power mode.
In addition to limiting the total average power used by the device, the USB specification limits the inrush current (to charge decoupling and bulk capacitors) when the device is first connected; otherwise, connecting a device could cause glitches in the host\'s internal power. Also, USB devices are required to automatically enter ultra low-power suspend mode when the USB host is suspended; many USB hosts do not cut off the power supply to USB devices when they are suspended since resuming from the suspended state would become a lot more complicated if they did.
There are also devices at the host end that do not support negotiation, such as battery packs that can power USB powered devices; some provide power, while others pass through the data lines to a host PC. USB Power adapters convert utility power and/or power from a car\'s electrical system to run attached devices. Some of these devices can supply up to 1 A of current. Without negotiation, the powered USB device is unable to inquire if it is allowed to draw 100 mA, 500 mA, or 1 A.
PoweredUSB uses standard USB signaling with the addition of extra power lines. It uses 4 additional pins to supply up to 6A at either 5V, 12V, or 24V (depending on keying) to peripheral devices. The wires and contacts on the USB portion have been upgraded to support higher current on the 5V line, as well. This is commonly used in retail systems and provides enough power to operate stationary barcode scanners, printers, pin pads, signature capture devices, etc. This standard was developed by IBM, NCR, and FCI/Berg. It is essentially two connectors stacked such that the bottom connector accepts a standard USB plug and the top connector takes a power connector.
USB was originally seen as a complement to FireWire (IEEE 1394), which was designed as a high-speed serial bus which could efficiently interconnect peripherals such as hard disks, audio interfaces, and video equipment. USB originally operated at a far lower data rate and used much simpler hardware, and was suitable for small peripherals such as keyboards and mice.
The most significant technical differences between FireWire and USB include the following:
These and other differences reflect the differing design goals of the two buses: USB was designed for simplicity and low cost, while FireWire was designed for high performance, particularly in time-sensitive applications such as audio and video. Although similar in theoretical maximum transfer rate, in real-world use, especially for high-bandwidth use such as external hard-drives, FireWire 400 generally, but not always, has a significantly higher throughput than USB 2.0 Hi-Speed.FireWire vs. USB 2.0 - Speed Tests. Retrieved on 2007-08-25.USB 2.0 vs FireWire. Digit-Life. Retrieved on 2007-08-25.The Great Interface-Off: FireWire Vs. USB 2.0. PC Magazine. Retrieved on 2007-08-25.Heron, Robert. USB 2.0 Versus FireWire. TechTV. Retrieved on 2007-08-25. The newer FireWire 800 standard is twice as fast as FireWire 400 and outperforms USB 2.0 Hi-Speed both theoretically and practically.FireWire vs. USB 2.0. USB Ware. Retrieved on 2007-03-19. The chipset and drivers used to implement USB and Firewire have a crucial impact on how much of bandwidth prescribed by the specification is achieved in the real world, along with compatibility with peripherals.Firewire and USB Performance. Retrieved on 2008-02-01. Audio peripherals in particular are affected by the USB driver implementation.USB 2 Audio - low latency audio. Retrieved on 2008-02-02.
One reason USB supplanted FireWire, and became far more widespread, is cost; FireWire is more expensive to implement, producing more expensive hardware.
The PictBridge standard allows for interconnecting consumer imaging devices. It typically uses USB as the underlying communication layer.
The USB Implementers Forum is working on a wireless networking standard based on the USB protocol. Wireless USB is intended as a cable-replacement technology, and will use ultra-wideband wireless technology for data rates of up to 480 Mbit/s. Wireless USB is well suited to wireless connection of PC centric devices, just as Bluetooth is now widely used for mobile phone centric personal networks (at much lower data rates).
Wikibooks\' Serial Programming:USB Technical Manual has more about this subject:
[[wikibooks:Serial Programming:USB Technical Manual/{{{2}}}|{{{2}}}]]
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia