Design Article
Comment
Luis Gordillo
Thank you very much!!! I will read it to the last letter :-)
Jamison
Introduction to USB—Part I
Christian Legare, Micrium
11/14/2012 12:20 PM EST
Introduction to USB
This chapter presents a quick introduction to USB. The first section in this chapter introduces the basic concepts of the USB specification Revision 2.0. The second section explores the data flow model. The third section gives details about the device operation. Lastly, the fourth section describes USB device logical organization. The full protocol is described extensively in the USB Specification Revision 2.0.
A BRIEF HISTORY OF USB
The Universal Serial Bus (USB) is an industry standard maintained by the USB Implementers Forum (USB-IF) for serial bus communication. The USB specification contains all the information about the protocol such as the electrical signaling, the physical dimension of the connector, the protocol layer, and other important aspects. USB provides several benefits compared to other communication interfaces such as ease of use, low cost, low power consumption and, fast and reliable data transfer.USB CONSORTIUM
In 1994, seven companies joined forces to define the USB standard: Compaq, Digital Equipment, IBM, Intel, NEC, Microsoft, Nortel. Each company had its own reasons to join the consortium, but they had three common goals:
- To be fundamentally easier for users to connect peripheral devices to a computer while using a common infrastructure
- To simplify the software configuration of any peripheral connected to the computer
- To increase the achievable transfer bandwidth between the computer and the peripheral and vice-versa
The market increasing need for bigger storage and faster communication links lead to the development of USB 2.0 in early 2000. This new USB standard kept the compatibility with LS and FS and added High Speed (HS) at 480 Mbits/sec.
TIMELINE
1969 Development of the serial port (RS-232C).
1994 The USB consortium is formed by Compaq, DEC, IBM, Intel, Microsoft, NEC and Nortel.1996 USB 1.0 standard is released, with data rates of 1.5 Mbit/s (Low-Bandwidth) and 12 Mbit/s (Full-Bandwidth).
USB 1.1 is released. Corrected bugs.
2000 USB 2.0 is released, specifying the implementation of a 480 Mbps bus.
2001 USB On-The-Go (OTG) supplement is added, which allows devices to communicate with each other.
2005 Wireless USB standard is released, which is a point to point wireless communications link.
2008 USB 3.0 is released, which delivers a transmission speed of up to 5 Gbit/s.
MECHANICAL SPECIFICATIONS
This section covers cabling and connectors, electrical specifications, and bus-powered devices for USB 1.1 and USB 2.0.CABLING AND CONNECTORS
USB cables are made of four 28-AWG conductors. A USB twisted pair, where the “D+” and “D−” conductors are twisted together in a double helix. The wires are enclosed in a further layer of shielding. Maximum cable length is five meters.

TYPE A AND B CONNECTORS
Connector Type A connects to the host (upstream ports), while connector Type B is often used to connect to devices (downstream ports).
The pins carrying electrical power (VBus and Gnd) are physically longer than the other two pins. So when connecting a device, the supply pins are connected first before the data pins. And when unplugging, the data pins disconnect before the power supply pins.
Navigate to related information


S_Reichert
11/16/2012 3:23 PM EST
good primer, would have liked to see coverage of USB 3.0 as well
Sign in to Reply
cmathas
11/21/2012 7:47 AM EST
I'll put up the next section of this next week. I believe there will be a future 3.0 primer--and when it happens, you'll see it here!
Sign in to Reply
GREAT-Terry
11/28/2012 9:21 AM EST
Good primer. I like reading this kind of article. Keep up the good work!
Sign in to Reply
krishna_amba
11/29/2012 10:23 PM EST
Thanks a lot. Your work is really helpful for students like me.
Sign in to Reply
Jamison
2/15/2013 2:15 PM EST
Great work!
Sign in to Reply
Luis Gordillo
2/15/2013 3:01 PM EST
Thank you very much!!! I will read it to the last letter :-)
Sign in to Reply