minicom – linux serial port communication

Serial Port – less and less frequently used interface that we sometimes have to use – a small, friendly and simple tool for serial port communication.

step.1. install it

yum install minicom

step.2. check the ports

dmesg | grep tty

step.3. configure serial ports and save as .dfl

minicom -s

step.4. run it

minicom -c on

Leave a Reply

Your email address will not be published. Required fields are marked *