PORTS Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
This forum is closed to new activity.
The posts are available to browse, but posting has been disabled. BIG THANKS to all who have participated and shared your knowledge over the past 13 years.
Aug 11, 2023
Home
Help
Search
Login
Register
PORTS Forum
»
Ports and Interfaces
»
USB
»
Communicate with multiple HIDs using the Generic5.0 code
« previous
next »
Print
Pages: [
1
]
Author
Topic: Communicate with multiple HIDs using the Generic5.0 code (Read 13666 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
Logged
Jan Axelson
Administrator
Frequent Contributor
Posts: 3033
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.
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
PORTS Forum
»
Ports and Interfaces
»
USB
»
Communicate with multiple HIDs using the Generic5.0 code