TLDR
Enter a command. For example: kwrite, vgdisplay, poweroff, physlock.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.