tldr/pages/linux/microcom.md

272 B

microcom

A minimalistic terminal program.

  • Open a serial port using the specified baudrate:

microcom --port {{path/to/serial-port}} --speed {{baudrate}}

  • Establish a telnet connection (rfc2217) to the specified host:

microcom --telnet {{hostname}}:{{port}}