RoganDawes

Results 148 comments of RoganDawes
trafficstars

Re 3, this article has more information on the difficulty of updating the firmware of the receiver: https://www.heise.de/ct/artikel/Logitech-keyboards-and-mice-vulnerable-to-extensive-cyber-attacks-4464533.html Not too helpful, I admit. Perhaps Logitech will improve their website, and...

I believe that is the CrazyRadio.

So makeelf 0.35 now has constants for the RISCV family, which lets me get a tiny bit further. Will keep poking at this.

Not from me, I'm afraid. The project that I needed it for was cancelled (Sunsynk pushed a fix to their fleet of WiFi dongles).

I thought this was a simple certificate rollover issue, but it appears to be more than that. Pulling an up to date CNN cert results in an exception regarding the...

Thanks for the comments, much appreciated. I will look at your code for reflecting CreateFile, and see how it can be incorporated. At the moment, as expected, it adds quite...

I honestly don't think it is necessary to have two raw hid interfaces, although technically it may be possible to double your throughput as a result. I think the real...

So Raw HID appears to be limited to 64 byte reports. You can send more data, but it basically ends up "straddling" multiple reports. As far as I can tell,...

Hi, It is certainly NOT the case that Windows/Powershell cannot achieve higher than what you are currently able to get. I have been able to get up to 48kBytes/second using...

Here is some real sample code, and some numbers to go with it: On Windows: speedtest.ps1 ``` $M = 64 $cs = ' using System; using System.IO; using Microsoft.Win32.SafeHandles; using...