Author Topic: VB codes to communicate with WinUSB device with 2 interrupt endpoints  (Read 5601 times)

lcpoon

  • Frequent Contributor
  • ****
  • Posts: 58
Hi,

How to modify the VB codes to read/write to different endpoint?

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: VB codes to communicate with WinUSB device with 2 interrupt endpoints
« Reply #1 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?