or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $9.50 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
USB Complete: The Developer's Guide (Complete Guides series)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

USB Complete: The Developer's Guide (Complete Guides series) [Paperback]

Jan Axelson (Author)
4.0 out of 5 stars  See all reviews (64 customer reviews)

List Price: $54.95
Price: $34.62 & this item ships for FREE with Super Saver Shipping. Details
You Save: $20.33 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 10 left in stock--order soon (more on the way).
Want it delivered Tuesday, May 22? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Paperback $34.62  

Book Description

June 1, 2009 Complete Guides series

This updated edition of the best-selling developer's guide to the Universal Serial Bus (USB) interface covers all aspects of project development, including hardware design, device firmware, and host application software.

Topics include how to choose a device controller chip, how to write device firmware for USB communications, how to cut development time by using USB device classes, and how to write software to access devices that perform vendor-specific functions. Also discussed are hardware interfacing, using bus power, wireless technologies, and USB On-The-Go.

The book presents example code for accessing USB devices using Visual Basic .NET and Visual C# .NET. The example code shows how to detect device arrival and removal and how to transfer vendor-defined data using the human interface device class and Microsoft’s WinUSB driver. Also covered is how to write device firmware to communicate with the USB host.

The Fourth Edition covers USB 3.0 and SuperSpeed and has new information on controller chips, USB classes, power use, and Microsoft’s WinUSB driver.

The author’s website has program code, articles, and other information of interest to USB developers. (www.Lvr.com)


Frequently Bought Together

USB Complete: The Developer's Guide (Complete Guides series) + Serial Port Complete: COM Ports, USB Virtual COM Ports, and Ports for Embedded Systems (Complete Guides series) + USB Mass Storage: Designing and Programming Devices and Embedded Hosts
Price For All Three: $79.21

Show availability and shipping details

Buy the selected items together


Editorial Reviews

Review

"EEs . . . interested in a clearer, more concise presentation might do better to obtain a copy of USB Complete, Second Edition." -- EDN magazine

"If you want to add the Universal Serial Bus to your repertoire, then this is the book for you." -- Nuts & Volts

An excellent and highly recommended "how to" guide and reference. -- Midwest Book Review

Covers all aspects of building and coding USB devices. Jan's description of building a HID-class peripheral is the best around. -- Embedded Systems Programming, March 2000

I tell all my students that they really need this book in their library. -- Paul E. Berg, instructor, Annabooks USB Developers Workshop

Many books are full of things that are easy to find out. Jan has obviously slogged at the difficult stuff. -- Dave Wright, Cypress Semiconductor

The author has a flair for making complicated information readable, interesting, and informative. The best book on the topic. -- Test & Measurement World, June 2000 --This text refers to an out of print or unavailable edition of this title.

From the Author

A few words about USB developing...

USB is very different from earlier PC interfaces such as the serial (COM) and parallel ports. On attaching to a PC, a device must respond to a series of requests that enable the PC to learn about the device. So every USB device must contain an intelligent controller that knows how to respond to the requests. You can't just connect generic I/O pins to the cable as you can with a parallel port. In the host PC, every device must have a device driver to manage communications between applications and the system’s USB drivers. Applications must communicate with the driver. They can't access a generic port as they can with serial and parallel ports.

For many devices, complying with the standard for the human interface device (HID) class can simplify development. All Windows editions from Windows 98 on support HID communications. This means that you don't have to provide (and ask users to install) a device driver for the PC. The HID class includes standard peripherals such as keyboards and mice, but HIDs are suitable for other uses as well, including instrumentation, robotics, motor control, and data acquisition.

The example HID device firmware in USB Complete is for the Cypress enCoRe series of USB controllers. If you prefer a different controller, my web site has additional examples that are compatible with the host software in the book.

I hope you find the book useful. I welcome any comments you may have.

Jan Axelson --This text refers to an out of print or unavailable edition of this title.


Product Details

  • Paperback: 506 pages
  • Publisher: Lakeview Research; Fourth edition edition (June 1, 2009)
  • Language: English
  • ISBN-10: 1931448086
  • ISBN-13: 978-1931448086
  • Product Dimensions: 9 x 6.9 x 1.3 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (64 customer reviews)
  • Amazon Best Sellers Rank: #24,200 in Books (See Top 100 in Books)

More About the Author

Jan Axelson is the author of books about computers and electronic technology, including USB Complete, USB Embedded Hosts, Serial Port Complete, USB Mass Storage, and Embedded Ethernet and Internet Complete. Jan's articles have appeared in Embedded Systems Programming, EDN, Circuit Cellar, Nuts & Volts, and other publications. Bill Machrone of PC Magazine has described Jan's writing as 'a model of clarity and conciseness.'

Customer Reviews

Most Helpful Customer Reviews
63 of 67 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
I teach a USB class, so I've had occasion to review every book on the subject. I've chosen Jan's book for my class text because it is, by a wide margin, the best single book on the Universal Serial Bus I've seen. Jan has the unique talent of talking directly to the user in a very friendly, clear, and easy to read style, while losing absolutely nothing in scope or detail. The chapter on how to coerce Visual Basic into making the Windows API calls necessary to support the USB HID class got me over major hurdles while preparing lecture materials. Instead of the usual kitchen sink approach, Jan zeros in on exactly what you need to know to do the job and covers it completely. And her examples actually work!

If you're looking for a book that spans basic USB principles to advanced topics, all clearly explained, you can't go wrong with this book.

Comment | 
Was this review helpful to you?
114 of 130 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
I purchased this book with the intention of learning how to communicate with USB peripherals from the PC perspective. What I later found after reading this book is that the author is heavily reliant upon 3rd party products to do the work, which simply means you'll need to pay more money for evaluation modules, and more software rather than being able to make the end product yourself. For someone who is at the hobbiest level, this book would be great perhapse, but the ultimate problem is it lets others do the work which IMO defeats the purpose of a book. If I am going to use 3rd party tools, I'll read their documentation-- not pay for a book to tell me what else I need to use.

On another note, this book is an EXCELLENT reference book when you need a little refresher about other things, but you can also find this info online

Was this review helpful to you?
33 of 36 people found the following review helpful
USB Complete or is it? November 27, 2002
Format:Paperback
The author does a great job reviewing the details of USB. However, if your intentions are like mine to design some hardware and transfer data from the device to the PC, I think your pretty much out of luck.

I understand this is a very hard subject but the author does not include sample drivers that allow you to communicate with a generic part, let alone, helping you develop a driver for your application.

I think this book is only good to get a sense only for what USB is and how it works. Unfortunately, blocks diagrams do not solve anyones problem, and knowledge-hungry individuals such as myself find these books rather useless. Buy the book only if you have no clue what USB is, else do not waste your money.

Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
not a good introductory book
I'm a system control design engineer. I've used Axelson's serial port book and parallel port book and I didn't have any problem with them and used them a lot in my job. Read more
Published 2 months ago by a dad
Clear, Relevant, and Complete
I recently took a job developing USB device drivers, and have found this book extremely useful, especially in combination with Developing Drivers with the Windows Driver... Read more
Published 6 months ago by Mark Zieg
i liked the book,but not for beginners
needs more pictures and figures for explaining,the book needs a better design and more on software, but in general i found it useful for my work(too many books i had in USB design... Read more
Published 12 months ago by Basheer
Wish I read it years ago
I feel like I learned USB the hard way. It would have been much easier to have read this book when I was first learning. Read more
Published 12 months ago by chipjust@hotmail.com
Not sure how to rate this product
The book is comprehensive but lacks USB Concept Design methodology. I recommend adding a section to cover Testing and Testing platforms.
Published 16 months ago by froudo
Best USB Guide
This 4th edition includes USB 3.0 and the Superbuss. Also explains how to utilize the Microsoft WinUSB driver. Well done.
Published 21 months ago by djtechie
Strong, broad introduction
Axelson gives about the widest-ranging introduction to USB that I can imagine. Large parts of it explain the standard, from the electrical level on up. Read more
Published 22 months ago by wiredweird
This edition is a little outdated, but gives a good basis to...
This book gives a good outline of USB and how to work with it. This version is older so of course it is geared toward Win9x/2000 applications, but the principles still apply to... Read more
Published on April 26, 2010 by Ryan E. Vansickle
USB complete
As always, Jan does an excellent job describing the details from the hardware to windows API and usage. If you deal with USB ports, don't do it without Jan's books.
Published on April 16, 2010 by Larry Buller
Well written book on USB
As an embedded systems developer with 25+ years of experience in hardware and software, I bought this book as I was having trouble writing a new microcontroller USB HID interface. Read more
Published on March 15, 2010 by M. Mlinar
Search Customer Reviews
Only search this product's reviews

Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(7)
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject