Using Picocom with SSH: Ctrl-C not working

0

I connect from machine A (Windows 7) to machine B (Windows 10 with OpenSSH) via ssh, using Cygwin/Babun on both machines installed.

I start the command below to connect to an embedded Linux OS.

picocom -b 115200 /dev/ttyS7

When I hit CTRL+C to close a started program in picocom, the program is not stopped but picocom is! So the keystroke is not given to the embedded Linux OS. Following Output is printed to stdout:

Terminating...
Picocom was killed!

Not using ssh, starting picocom directly from machine B, everything works fine. After CTRL+a and CTRL+x stdoutshows

Terminating...
Thanks for using picocom

bambino307

Posted 2019-07-03T06:27:19.813

Reputation: 21

No answers