PORTS Forum

Ports and Interfaces => USB => Topic started by: Larksman on January 23, 2022, 07:08:22 am

Title: Which book to buy
Post by: Larksman 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
Title: Re: Which book to buy
Post by: Jan Axelson 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#.