Dear maintainers of screen
Today I wanted to connect two machines using screen:
machine1> screen /dev/ttyS0
machine2> screen /dev/ttyUSB0
The problem about it is that \n does not go to the beginning of a new
line but merely one line below without carriage return. I have tried to
set onlcr
directly (from systemctl), but
that is, obviously, insecure.
Ultimately, what you're seeing is an issue with canonical processing.
The "host" of the connection usually "echos" back each character sent to it.
On Tue, May 24, 2022 at 5:57 PM Elmar Stellnberger via screen-d
temctl), but
that is, obviously, insecure.
Ultimately, what you're seeing is an issue with canonical processing.
The "host" of the connection usually "echos" back each character sent
to it.
On Tue, May 24, 2022 at 5:57 PM Elmar Stellnberger via screen-devel
mailto:scr