Undici77

Results 5 comments of Undici77

Thank you for your response. I am working with the RP2040 microcontroller and using Pico SDK version 2.1.1. Check this example: I'm trying to integrate RS-485 communication using interrupts. By...

I began with that example, but I couldn't find an explicit RS-485 example. Why might it be missing? The issue isn't just about loading one character into the queue. My...

> I'm experiencing the same on WSL2/linux... When building for linux according to docs/development.md e.g. cmake -B build; cmake --build build; go run . serve > > Ideally when I...