microcom
linux
A minimalistic terminal program, used to access remote devices via a serial, CAN, or telnet connection from the console.
More info →Options (3)
-p, --portbooleanOpen a serial port using the specified baud rate
Example:
microcom {{[-p|--port]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{baud_rate}}-s, --speedbooleanOpen a serial port using the specified baud rate
Example:
microcom {{[-p|--port]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{baud_rate}}-t, --telnetbooleanEstablish a telnet connection to the specified host
Example:
microcom {{[-t|--telnet]}} {{hostname}}:{{port}}made by @shridhargupta | data from tldr-pages