Terminate screen monitoring serial port

gnu-screenserial portserial-console

I am using screen /dev/tty-MyDevice to look at traffic on my serial port.

Pressing Ctrl+D does not cause the screen to terminate.

What I have to do in order to terminate it?

Best Answer

Use the screen quit command (normally ctrl-A \).

Related Question