Skip to content

Latest commit

History

History
11 lines (6 loc) 路 351 Bytes

microcom.md

File metadata and controls

11 lines (6 loc) 路 351 Bytes

microcom

A minimalistic terminal program, used to access remote devices via a serial, CAN or telnet connection from the console.

  • Open a serial port using the specified baud rate:

microcom --port {{path/to/serial_port}} --speed {{baud_rate}}

  • Establish a telnet connection to the specified host:

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