Frank Zago
Frank Zago
Sorry, I have no idea.
You can't read the flash code with the regular bootloader. There was a trick on older bootloaders, but that was closed in 2.4 I think.
I ran into the same issue on Fedora 41. No problem with Fedora 40. To work around, I used python 3.12. The install downloaded about 5.5GB of stuff, but it...
A different driver for SPI only has been merged in the kernel 6.11 (spi-ch341.ko). Maybe this one will work.
Yes, I'm aware of that one. I mentioned it in the README: Warning: try not to yank the USB device out if it's being used. The linux subsystems gpio and...
Sorry, no idea. Maybe it's not drivable directly.
Interesting. Their 2023 code exposes more functionality. There is another command (0xa1) that doesn't appear in any doc I know of. It can set that pin and others. I'll need...
I've done a bit of investigation, and yes it is possible to support more GPIOs. 19 in total, including that pin 26. This will be on the back-burner though, as...
Sorry. I've slacked a lot on this driver. Still on my todo list, but I've been spending my time elsewhere. What would be important in that change is to not...
Thanks. I'll review that this week.