1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: tio
Section: comm
Priority: optional
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends: debhelper-compat (= 13),
bash-completion,
Build-Depends-Arch: libglib2.0-dev,
liblua5.4-dev,
meson,
pkgconf,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://tio.github.io/
Vcs-Git: https://salsa.debian.org/sur5r/tio.git
Vcs-Browser: https://salsa.debian.org/sur5r/tio
Package: tio
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: simple TTY terminal I/O application
tio is a serial device tool which features a straightforward command-line and
configuration file interface to easily connect to serial TTY devices for basic
I/O operations.
.
It has support for X- and Y-modem file upload, RS-485, character remapping
(NL, CR, etc.), hexadecimal mode, timestamps, file logging, pipe and socket
redirect support, and Lua scripting support.
.
Besides that, it is able to automatically reconnect to TTY devices which
disappear intermittently, e.g. USB-to-serial converters.
|