PORTS Forum
Ports and Interfaces => USB => Topic started 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
-
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.
-
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