Re: [riot-devel] What program do you use to connect to (USB) serial

2020-05-17 Thread Benjamin Valentin
On Sat, 16 May 2020 22:49:54 +0200 Kees Bakker 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

Re: [riot-devel] What program do you use to connect to (USB) serial

2020-05-17 Thread Michael Richardson
Kees Bakker wrote: >> Which board? Are you using a board with an FTDI chip attached to a >> serial console? Or one with a built-in USB? > It's a SODAQ board (basically an Arduino Zero compatible board) with a > SAMD21 that has onchip USB. So you lose your USB device each time

Re: [riot-devel] What program do you use to connect to (USB) serial

2020-05-17 Thread Kees Bakker
On 17-05-2020 00:42, Michael Richardson wrote: > Kees Bakker wrote: > > This is a question for people using Linux to develop for RIOT-OS. > > > What program do you use to connect to the (USB) serial? picocom? > > minicom? miniterm? grabserial? something else? > > I sometimes use