On Sat, 16 May 2020 22:49:54 +0200
Kees Bakker <k...@ijzerbout.nl> wrote:

> I'm looking for a program that can automatically reconnect to the
> USB serial after the RIOT board does a restart. So far I only found
> that minicom will do that, but not automatically.

pyterm [1] will do that. It's the default when you run

    make term

in RIOT's build system.
It will output to the console and keep logs in ~/.pyterm, so it's
pretty handy.

[1] https://github.com/RIOT-OS/RIOT/tree/master/dist/tools/pyterm
_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to