-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logitech K780 and script to find the right command for your device #15
Comments
My configurations are I couldn't follow the instructions to find C and D in the original repo README file because I'm connecting Windows and Mac. So I tried your brute force bat: it ran all the combinations but still didn't manage to switch to channel 2... Do the two devices need to be connected to the same network?? |
As far as I understand the way the application works, it is not necessary to have both devices in the same network as the receiver will only communicate using Bluetooth signal. In case the execution has completed all the sequences without switching the channel, I wonder if hidapitester.exe is compatible with your receiver. |
Yes they don't need to be connected to the same network. I just figured out how to switch between two devices! I basically followed @arjunchhabra settings on this post. I think my B was also wrong, that's why your script didn't work for me! |
Hi guys, inspired by this post, I created a batch script to discover what is the command line to switch not documented Logitech devices.
Using the script I could find the command for Logitech K780 as below:
hidapitester --vidpid 046D:C52B --usage 0x0001 --usagePage 0xFF00 --open --length 7 --send-output 0x10,0x01,0x08,0x10,0x01,0x00,0x00
How to use:
Come considerations. Although simple, the process is heavily manual as I didn't spend much time on this, all I wanted was to make my own setup work. So, feel free to improve as needed.
DecToHex.bat
BruteForceDiscover.bat
The text was updated successfully, but these errors were encountered: