-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add support for the strimer cables please? #23
Comments
Device USB\VID_0CF2&PID_A200&MI_00\9&302e814f&0&0000 was configured. Driver Name: winusb.inf |
I got it till these lines: const VENDOR_IDS: [u16; 1] = [ 0x0cf2 ];
but the bold lines i dont get. |
@expipiplus1 @EightB1ts @bcarvalho2500 can you help me fix the latest code to make it work? |
@F5544 This is actually where I get lost too. Not sure how @EightB1ts got those values to write. I've tried looking up tech docs on the fans to see if I could figure it out, but couldn't find anything. I'm assuming they somehow saw how L-Connect was writing data, but not sure how. |
@bcarvalho2500 ahh yeah. Thank you for your respons. I got some documentation of openrgb on github. But i dont know which values. |
I have some time to improve these repos in the next few weeks. It makes it difficult not having the controllers on hand to see what is being sent over the wire over Wireshark. I also do not use these fans anymore, so testing is impossible on my end. @bcarvalho2500 I took L-Connect, which is a ElectronJS app, dumped the JS payload containing the controller values, and went digging for it in the minified code. |
If I can help you for the js payload. I am willing to help. Can you give me a program how to make a dump for you? |
Btw thank you very much for this. I really appreciate your work. If it works i will buy you a coffee for sure. This will me be my main utility. |
Loving your software. really better than the l-connect.
can you add support for the lianli strimer cables?
The text was updated successfully, but these errors were encountered: