Author Topic: USB Embedded Hosts: The Developer's Guide  (Read 9034 times)

Rom

  • Member
  • ***
  • Posts: 1
USB Embedded Hosts: The Developer's Guide
« 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.

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: USB Embedded Hosts: The Developer's Guide
« Reply #1 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.