Closed janblumenkamp closed 1 month ago
Same problem. It needs to be fixed for new kernels.
Same problem and no solution anywhere.
Works for me
gs0604@trancilo:~/src/github/tty0tty
$ echo works for me > /dev/tnt0
gs0604@trancilo:~/src/github/tty0tty
$ ls -l /dev/tnt0 ; id ; uname -a
crw-rw---- 1 root dialout 240, 0 jan 18 22:39 /dev/tnt0
UID=1001(gs0604) GID=1001(gs0604) groepen=1001(gs0604),4(adm),20(dialout)
Linux trancilo 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
gs0604@trancilo:~/src/github/tty0tty
$
and I can reproduce the "problem"
gs0604@trancilo:~/src/github/tty0tty
$ echo bingo > /dev/tnt0
bash: echo: write error: Invalid argument
gs0604@trancilo:~/src/github/tty0tty
$
by stopping the program that is reading from /dev/tnt1
.
My observation: tty0tty
is a great nullmodem cable, it should have something connected to both ends.
I have suggested a workaround for this issue in #26
I have suggested a workaround for this issue
Which resulted into #29 #30 and #31
closing this stale issue.
If issue is still present, express it in a fresh issue.
Hi, I installed the tool and it seemed to work. I don't know what happened, but suddenly I have following problem:
This error appears when I try to write in the terminal, or open normally. After the error, the port closes. Writing to a physical com port works without problems. What is wrong? Best, Jan