Ben Hencke

Results 4 issues of Ben Hencke

Oops, silly me.

In ConsoleProcess, if the buffer is completely full, the call to ConsoleIoReceive will return 0 and no command parsing/processing will be done, and the buffer will remain full. https://github.com/eleciawhite/reusable/blob/22fe5a390a181338b0e21dac6c8d35101d78880d/source/console.c#L139 This...

Hi, and thank you for this fork, along with some of @jkent's cmake stuff I'm up and running! I'm wondering about concurrency and access to the sendBuf. I noticed some...

At one point I'd tested that the CPU can handle basic read and bit shuffle to over 4M baud. Ideally would have some auto baud detection, which I didn't get...