Conversation

Jarkko Sakkinen

Have had to use serial port a lot lately because working with #FPGA’s and the #lowRISC #ethernet driver is not that stable. #kermit is still the ultimate choice for this type of job IMHO :-)

Whereas in some other options you have surf through menus, this is all I need with kermit:

$ cat ~/.kermrc
set line /dev/ttyUSB0
set speed 115200
set carrier-watch off
set flow-control none
0
1
1