Author Topic: Which book to buy  (Read 4184 times)

Larksman

  • Member
  • ***
  • Posts: 1
Which book to buy
« on: January 23, 2022, 07:08:22 am »
Hi Jan,  I have built a hardware project on a Rasberry Pi using C to control the devices.  I want to be able to access the low data rate output in a c++ program on a Windows pc via usb.  Which of your books is going to give me the most help with this?  Michael

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Which book to buy
« Reply #1 on: January 23, 2022, 07:54:58 am »
I would start by learning what USB classes your device supports.

USB Complete will help you understand USB classes and communications. The host examples use C#.