Malachi

Results 63 comments of Malachi

I know it's been a while I have my own J1939 library that I test routinely with this library (and others) and it works quite well. If you want try...

Would 8-bit / AVR compatibility make any sense for this algorithm?

@jk-jeon a very thoughtful response, thank you! I typically in fact use ESP32 Espressif chips, but for auxiliary testing I use Arduino AVR which last I checked used a very...

@jk-jeon right on. I have lots of thoughts on this > All the 64-bit integer types are supported, unless the user specifies the compiler option -mint8 which turns int into...

I instead encourage to further embrace Microsoft's logger interface (abstract interface only, `Serilog` underneath is a fine choice) - I'm sure we can make it gracefully live in your environment...

Might be unrelated, but your elongated "AT" initialization stuff could be an artifact of undervoltage/underpower situation. Mine does that if I don't juice it properly

Sorry about the churn on 86465f1, but in the long run maybe it's a good thing =)

Feels related to issue where `variadic/integer_sequence` uses `std::forward` but doesn't properly include . Lumping that issue together with this one

A lot of progress here, but pausing because: 1. It's a real rabbit hole 2. 80%+ of this behavior can be approximated by adding a blocking mode (keeping non blocking...