Is there a nifty emacs command to access the serial port on a remote system?;)
I've seen socat, which creates a virtual serial port on the local system, but if emacs can do it directly, without that, I'd like to know.
Is there a nifty emacs command to access the serial port on a remote system?;)
I've seen socat, which creates a virtual serial port on the local system, but if emacs can do it directly, without that, I'd like to know.
M-x term
, log into the remote machine and then run minicom, but personally I've never got on very well with Emacs' terminal support... – stevoooo May 01 '19 at 12:18