Ivor Wanders
Ivor Wanders
@cfallin , friendly ping on this, I'm also happy to change this PR to just documentation changes if you'd prefer that. I forgot to state in my previous message, but...
And another small thing, compiling the fuzzer gave a warning in the [pipeline](https://github.com/bytecodealliance/regalloc2/actions/runs/14345887331/job/40215448492?pr=211). There's now an unused result [here](https://github.com/bytecodealliance/regalloc2/blob/b995300ab4d0071c8551a6839bd7e1a5169cab1e/src/fuzzing/func.rs#L192), I think we can just ignore it with `let _ =`,...
Hey! Yeah probably best start is to compare that operational modes state diagram with the one of the `SN65HVDA195`, at first glance I'd expect you'll be able to get that...
Be sure to enable extra prints by uncommenting [this line](https://github.com/iwanders/OBD9141/blob/fc824827359c98ef6559d58080b51f23072f8834/src/OBD9141.h#L11), it may help debug what's going on.
I'm just chiming in with another sample point, Pico 2W without any external components, flashed over USB with `picotool 2.1.1`, compiled with `rustc 1.88.0`. To get a blinking LED I...
This may be the same as #2215, I ran into that on my system and filed a PR. I commented on that issue with [a workaround](https://github.com/WerWolv/ImHex/issues/2215#issuecomment-3169513669) that may also work...
Thanks for confirming it fixes the splash window issue, it's a start :)
I had similar needs and found that if you are okay with a minimal amount of interactivity you can do the following: Open the viewer and double-click a pinhole camera...
> To be honest, I haven't seen a working example where someone reads data from the serial monitor using Arduino Uno. I'm sorry you weren't there in the winter of...
Did you try to google `C1 33 F1 81 66`, or search in the issues here? A quick google finds me: - [This document](https://www.obdclearinghouse.com/Files/viewFile?fileID=1380) which states that `C1 33 F1...