Now that I've established a microcontroller debugging protocol & a terminal through which to interact with it... How'd we implement the firmware for its UI?
I'd specifically chose a terminal UI which tools like GDB (with minimal tweaks) understand, which necessitates a checksum, hex-parsing (cheap thanks to our swap-nibbles opcode!), & acks via "+". None of which should be needed with USB, which provides better alternatives I'd hardwire. But might as well!
1/4?