Author Topic: Communicate with multiple HIDs using the Generic5.0 code  (Read 9463 times)

Virgil Gomes

  • Member
  • ***
  • Posts: 15
Communicate with multiple HIDs using the Generic5.0 code
« on: August 22, 2012, 02:21:17 pm »
Hi,

Has anyone used the generic 5.0 HID example code to communicate to 2 different HID devices?

Thank you,
Virgil

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Communicate with multiple HIDs using the Generic5.0 code
« Reply #1 on: August 22, 2012, 03:35:00 pm »
If they have different VID/PIDs, search for each in FindTheHid. If they're identical, keep looking for the second device after you find the first one. Each HID has its own handle(s) for communicating.

Virgil Gomes

  • Member
  • ***
  • Posts: 15
Re: Communicate with multiple HIDs using the Generic5.0 code
« Reply #2 on: August 23, 2012, 12:24:51 pm »
Hi Jan,

The devices have the same VID but different PIDs. As you suggest I will look for them in the FindTheHid.

Thank you,
Virgil