I've seen this post pop up on and off over the last many years that changing settings back-and-fourth often fixed things.
As a software developer, I already know there are many bug mechanisms that can arise from this -- unfortunately, it's more common of a programming goof-up in many contexts, including this one. There's also sometimes time-delay bug between a sensor Hz and a USB Hz (the sensor operates at a different frequency). There's also drivers that don't properly re-initialize USB settings until you reboot the settings via a simple settings switch, to force the registers to be rewritten correctly. (This applies to almost anything including computer monitors -- e.g. turning off-then-on overdrive can sometimes fix overdrive).
There's a
logical explanation for specific types of computer programming mistakes that omits an Initialize() or UpdateSettings() type of code subroutine.
loccomacco wrote: ↑12 Apr 2023, 02:32
I wonder why this one attracted your attention, because there was already a post in the past about it
I pounced fast on this one because of the (extremely excessively frequent) electricity misblame.
Such misblame prevents the correct programmers from fixing the bugs -- best to focus on the logical possible causes before the less probable causes.
If you are a software developer, you already understand the common "forgotten initialization" bugs. The type of problem that requires you to change a setting back-and-fourth to fix.
I have to stop the EMI fakery as quickly as possible, and filter the EMI only to the genuine stuff. The presence of the forum is frequently giving too many people an excuse to blame something new.