
How to Install Minicom on Linux?
Minicom is a variant of a program used in Linux operating systems to connect devices with a serial port (COM).
Below we will see how it is installed on different Linux operating systems.
- Command used to Install Ubuntu / Debian:
sudo apt-get install minicom
- Installing for Fedora, CentOS, RHEL
$ sudo yum install minicom -y
- To Start
minicom
- Or
sudo minicom
After starting, you need to open the configuration by pressing CTRL-A O and specify the name of the COM port, usually ttyS0 – COM1, ttyS1 – COM2, USB-RS232 adapter – ttyUSB0.



