Our great sponsors
-
If you find you're running the serial connection at maximum speed and it's still not fast enough, try switching to a more compact binary encoding that has both Serde and Arduino implementations, like MsgPack... though I don't remember enough about its format off the top of my head to tell you the easiest way to put an unambiguous header on each packet/message to make the protocol self-synchronizing.
-
I did some work for my company on a similar-ish project. It's actually Rust running on both a microcontroller, and a desktop app. The "protocol" they use to communicate (bidirectionally) is in a single crate, you see the source here
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Related posts
- Reading yaml file without specifying types
- enum_name (yet another enum to/from string conversion utility >=C++11)
- Why is you SaaS not growing faster?
- I'm currently in the interview process for a Jr. Full Stack Developer position, and I was given this take-home test that has me on the verge of pulling my hair out.
- gRPC on the client side