Michael Ploujnikov
Results
2
comments of
Michael Ploujnikov
It would also be useful to see how it is meant to be "installed" in Emacs.
I can still reproduce this in Docker version ```18.05.0-ce```, build ```f150324```: ``` plouj@host:~$ socat -ddd PTY,link=/tmp/remote-serial,rawer,wait-slave,b19200,mode=666 - & plouj@host:~$ docker run -it --rm --device=/tmp/remote-serial:/dev/ttyUSB0:rwm ubuntu:17.10 /bin/bash root@5e18766143c9:/# apt update &&...