logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Picocom - Control Serial Ports | Online Free DevTools by Hexmos

Control serial ports with Picocom. Connect to devices, configure baud rates, and map special characters for efficient serial communication. Free online tool, no registration required.

picocom

Minimal program to emulate serial consoles. More information: https://manned.org/picocom.

  • Connect to a serial console with the default baud rate of 9600:

sudo picocom {{/dev/ttyXYZ}}

  • Connect to a serial console with a specified baud rate:

sudo picocom {{/dev/ttyXYZ}} {{[-b|--baud]}} {{baud_rate}}

  • Map special characters (e.g. LF to CRLF):

sudo picocom {{/dev/ttyXYZ}} --imap {{lfcrlf}}

  • Exit picocom:

<Ctrl a><Ctrl x>

  • Display help:

picocom {{[-h|--help]}}