Open a given serial port with a given baud rate

minicom

  • A program to communicate with the serial interface of a device.
    More information: <https://manned.org/minicom>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

sudo minicom --device {{/dev/ttyUSB0}} --baudrate {{115200}}

click the source code to copy install minicom on any operating system with command-not-found.com