LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

microcom

minimalistic terminal program for accessing remote devices via serial

TLDR

Open a serial port using the specified baud rate
$ microcom -p [/dev/ttyXYZ] -s [baud_rate]
copy
Establish a telnet connection to the specified host
$ microcom -t [hostname]:[port]
copy

SYNOPSIS

microcom [options]

DESCRIPTION

microcom is a minimalistic terminal program for accessing remote devices via serial ports, CAN bus, or telnet connections from the console. It provides a simple, lightweight alternative to programs like minicom for basic serial communication needs.The program passes data between the terminal and the remote device, useful for accessing embedded systems, routers, network equipment, and other devices with serial console interfaces.Exit microcom by pressing Ctrl+\\ followed by q (or the configured escape sequence).

PARAMETERS

-p, --port _device_

Serial port device to connect to (e.g., /dev/ttyUSB0)
-s, --speed _baud_
Baud rate for serial communication (e.g., 9600, 115200)
-t, --telnet _host:port_
Connect via telnet to the specified host and port
-c, --can _interface_
Connect to a CAN bus interface
-l, --logfile _file_
Log session to a file

INSTALL

sudo apt install microcom
copy
sudo zypper install microcom
copy
nix profile install nixpkgs#microcom
copy

CAVEATS

Serial port access typically requires appropriate permissions (membership in the dialout group on most Linux systems). The device must be configured for the correct baud rate, parity, and stop bits to match the remote device. No built-in file transfer protocols like XMODEM or ZMODEM.

SEE ALSO

minicom(1), screen(1), picocom(1), cu(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid