Tio TTY终端应用

Tio 是一个免费的开源串行终端命令行工具,适用于 Linux。 使用 tio 您可以轻松连接到 TTY 设备以进行基本 I/O 操作。 这个应用程序更关注嵌入式开发人员和黑客的需求。 它是用 c 编写的,并在 GPLv2+ 许可下发布。

在 Ubuntu Linux 上安装 Tio

您可以通过 snap store 安装 tio。 它可以通过 snap 包获得。 打开终端应用程序并运行以下 tio snap 安装命令。

sudo snap install tio --classic

您可以使用以下命令检查使用详细信息。

tio --help
Usage: tio [<options>] <tty-device>  Options: -b, --baudrate <bps> Baud rate (default: 115200) -d, --databits 5|6|7|8 Data bits (default: 8) -f, --flow hard|soft|none Flow control (default: none) -s, --stopbits 1|2 Stop bits (default: 1) -p, --parity odd|even|none Parity (default: none) -o, --output-delay <ms> Output delay (default: 0) -n, --no-autoconnect Disable automatic connect -e, --local-echo Enable local echo -t, --timestamp[=<format>] Enable timestamp (default: 24hour) -L, --list-devices List available serial devices -l, --log[=<filename>] Log to file -m, --map <flags> Map special characters -c, --color <code> Colorize tio text -v, --version Display version -h, --help Display help

Tio简单使用教程:

KGX – Linux 的最小终端仿真器