francois@francois-laptop:~$ picocom -b 115200 /dev/ttyUSB0 --imap lfcrlf
picocom v2.2

port is        : /dev/ttyUSB0
flowcontrol    : none
baudrate is    : 115200
parity is      : none
databits are   : 8
stopbits are   : 1
escape is      : C-a
local echo is  : no
noinit is      : no
noreset is     : no
nolock is      : no
send_cmd is    : sz -vv
receive_cmd is : rz -vv -E
imap is        : lfcrlf,
omap is        : 
emap is        : crcrlf,delbs,

Type [C-a] [C-h] to see available commands

Terminal ready
main(): This is RIOT! (Version: 2020.04-devel-1653-gbc034-pic32-uart-3)
Welcome to RIOT!
> help
Command              Description
---------------------------------------
reboot               Reboot the node
version              Prints current RIOT_VERSION
ps                   Prints information about running threads.
saul                 interact with sensors and actuators using SAUL
> ps
	pid | name                 | state    Q | pri | stack  ( used) | base addr  | current     
	  1 | idle                 | pending  Q |  15 |   1536 (  476) | 0x80001bdc | 0x80002038 
	  2 | main                 | running  Q |   7 |   3072 ( 1420) | 0x800021dc | 0x80002a28 
	    | SUM                  |            |     |   4608 ( 1896)
> version
2020.04-devel-1653-gbc034-pic32-uart-3
> saul
No devices found
> reboot�main(): This is RIOT! (Version: 2020.04-devel-1653-gbc034-pic32-uart-3)
Welcome to RIOT!
> 

