System Grab Bag

View all TLDR pages from Linux (or from all pages)

minicom

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.