[screen-devel] using screen for connecting two machines via serial port

2022-05-24 Thread Elmar Stellnberger via screen-devel
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

Re: [screen-devel] using screen for connecting two machines via serial port

2022-05-25 Thread Elmar Stellnberger via screen-devel
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

Re: [screen-devel] using screen for connecting two machines via serial port

2022-05-25 Thread Elmar Stellnberger via screen-devel
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