Conversation
…D and hidraw path enumeration; documentation updates
|
Independent confirmation, on a second Wireless PRO kit: this works. I arrived Two transmitters, PID One thing you may want to fold in while this is open, because it bites the The device streams progress, it does not ACK once. Byte Looping on Two more field notes from the same session:
Thanks for doing this three months before I needed it. |
|
Hi both. I got a notification about today’s PRs and noticed that I had completely missed the first one from three months ago. Apologies for that. I’ll test all three, including the closed one, and take it from there. |
Hey, found your project and it came in handy at just the right time.
I have a Rode Wireless PRO but discovered that the USB PID is different and that the TX units themselves do not appear to differentiate with high/low PIDs.
This changeset adds the additional device information as a struct to simplify use of the different descriptors in loops. Additionally, because the Rode Wireless PRO doesn't differentiate USB PIDs, I also added a for-loop to enumerate the devices via their hidraw paths.
I updated the documentation accordingly in the README file and also added the
krodebinary to the.gitignorefile to keep it from being checked in.Tested clean with my Rode Wireless PRO kit. Unsure if I broke any paths for the Rode Interview PRO but I'm going to assume the changes are good on those paths as well.
Let me know what you think and thanks for creating this tool. You just saved me a lot of annoyance.