PORTS Forum

Ports and Interfaces => USB => Topic started by: lcpoon on February 21, 2013, 08:07:44 am

Title: VB codes to communicate with WinUSB device with 2 interrupt endpoints
Post by: lcpoon on February 21, 2013, 08:07:44 am
Hi,

How to modify the VB codes to read/write to different endpoint?
Title: Re: VB codes to communicate with WinUSB device with 2 interrupt endpoints
Post by: Jan Axelson on February 21, 2013, 10:27:22 am
The host application doesn't need to know or care what endpoint communications are using. The endpoints used depend on the information in the device's descriptors and the class or vendor-provided driver. If you interested in a specific USB class, which one?