PORTS Forum

Ports and Interfaces => USB => Topic started by: Rom on October 12, 2012, 05:25:01 pm

Title: USB Embedded Hosts: The Developer's Guide
Post by: Rom on October 12, 2012, 05:25:01 pm
Hello everyone,

I am trying to develop an embedded code for USB Host application for the Microchip PIC24FJ64GB002 microcontroller.  I would like to know if the book "USB Embedded Hosts: The Developer's Guide" would be of much help in this regard.  If not, what other book(s) are there that would be very relevant for me?

Thanks very much guys.
Title: Re: USB Embedded Hosts: The Developer's Guide
Post by: Jan Axelson on October 12, 2012, 09:22:16 pm
USB Embedded Hosts will help you understand the responsibilities of a USB host and the major device classes. The Linux examples will be of little use for PIC programming, however.

If you don't have experience with USB programming, my book USB Complete covers USB from the ground up and has a chapter on embedded hosts.

More information:

http://www.lvr.com/usb_embedded_hosts.htm

http://www.lvr.com/usbc.htm 

Also be sure to take a look at Microchip's example code.