minicom
A program to communicate with the serial interface of a device. More information: <https://manned.org/minicom>.
Install
- All systems
-
curl cmd.cat/minicom.sh
- Debian
-
apt-get install minicom
- Ubuntu
-
apt-get install minicom
- Alpine
-
apk add minicom
- Arch Linux
-
pacman -S minicom
- Kali Linux
-
apt-get install minicom
- CentOS
-
yum install minicom
- Fedora
-
dnf install minicom
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install minicom
- OS X
-
brew install minicom
- Raspbian
-
apt-get install minicom
- Dockerfile
- dockerfile.run/minicom
- Docker
-
docker run cmd.cat/minicom minicom
powered by Commando
A program to communicate with the serial interface of a device. More information: <https://manned.org/minicom>.
-
Open a given serial port:
sudo minicom --device /dev/ttyUSB0
-
Open a given serial port with a given baud rate:
sudo minicom --device /dev/ttyUSB0 --baudrate 115200
-
Enter the configuration menu before communicating with a given serial port:
sudo minicom --device /dev/ttyUSB0 --setup
© tl;dr; authors and contributors