bilogic
bilogic
Well, I'm certain buying from your link will work. My interest is in, what did Logitech do in 012.001.00032 that was able to thwart packets being sent out from our...
Whatever they did in 012.001.00032, they could well do the same in the next update to 024.001.00023.
@mgottschlag Was your goboard able to send encrypted keystrokes through a `RQR12.10_B0032`? "stick" to me seems to imply a mouse.
> yes, it was, I mean the normal unifying receiver USB stick @mgottschlag Wait, what? Hmm which microprocessor does your code run on? It was not obvious to me at...
@mgottschlag Ok cool. From what I recall, my code increments with every packet. Does your code perform all the extra initialization packets? Those were not very well documented in the...
I see, hmm. So you extracted the AES keys via sniffing or something, and constructed encrypted keystrokes packets which are accepted by the unifying dongle?
Ok thanks let me find some time to scrutinize this. Thank you.
1. @skito Good to know we are on the same page. 2. @mgottschlag Can you confirm your code can send A-Z? 3. We should examine https://github.com/BerndGottschlag/goboard/blob/unifying/firmware/main/src/unifying.c closely if it is...
Ok will fix. Can re-verify the other earlier firmware and see if A-Z works?
@skito 1. I went through the mouse code, it doesn't make sense that left click is `0x3`, such button detection usually use bits as on/off. ``` 0x2 = B10 //...