PORTS Forum

Ports and Interfaces => USB => Topic started by: Virgil Gomes on August 22, 2012, 02:21:17 pm

Title: Communicate with multiple HIDs using the Generic5.0 code
Post by: Virgil Gomes 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
Title: Re: Communicate with multiple HIDs using the Generic5.0 code
Post by: Jan Axelson 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.
Title: Re: Communicate with multiple HIDs using the Generic5.0 code
Post by: Virgil Gomes 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