TIL there are dozens of neat little command-line tools hidden away in the Python standard library, available to run on any machine that has a Python installation https://til.simonwillison.net/python/stdlib-cli-tools
@simon this fails the standard library test, but pyserial's
python3 -m serial.tools.miniterm
gets you a tiny but good-enough serial debug terminal for those awkward hardware moments