Files
tldr/pages/common/tio.md
T
Myroslav Repin fd6f66e975 tio: add page (#20782)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
2026-02-01 15:18:14 +08:00

617 B

tio

Monitor and interact with serial ports. See also: picocom, cu, minicom. More information: https://github.com/tio/tio#3-usage.

  • Open a serial port with default settings:

tio {{/dev/ttyUSB0}}

  • Open a serial port with a specific baud rate:

tio {{[-b|--baudrate]}} {{9600}} {{/dev/ttyUSB0}}

  • Open a serial port and log output to a file:

tio {{[-L|--log]}} --log-file {{log_file}} {{/dev/ttyUSB0}}

  • Open a serial port and enable hexadecimal output:

tio --output-mode hex {{/dev/ttyUSB0}}

  • List available serial ports:

tio {{[-l|--list]}}

  • Exit tio session:

<Ctrl t><q>