Update text

This commit is contained in:
Martin Lund 2024-04-12 13:03:51 +02:00
parent e028544cd0
commit 0afae5d3ee
32 changed files with 39 additions and 39 deletions

View file

@ -1,7 +1,7 @@
[![tio](images/tio-icon.png)]() [![tio](images/tio-icon.png)]()
# tio - a simple serial device I/O tool # tio - a serial device I/O tool
[![](https://img.shields.io/circleci/build/github/tio/tio)](https://circleci.com/github/tio/tio/tree/master) [![](https://img.shields.io/circleci/build/github/tio/tio)](https://circleci.com/github/tio/tio/tree/master)
[![](https://img.shields.io/github/v/release/tio/tio?sort=semver)](https://github.com/tio/tio/releases) [![](https://img.shields.io/github/v/release/tio/tio?sort=semver)](https://github.com/tio/tio/releases)
@ -10,9 +10,9 @@
## 1. Introduction ## 1. Introduction
tio is a simple serial device tool which features a straightforward tio is a serial device tool which features a straightforward command-line and
command-line and configuration file interface to easily connect to serial TTY configuration file interface to easily connect to serial TTY devices for basic
devices for basic I/O operations. I/O operations.
<p align="center"> <p align="center">
<img src="images/tio-demo.gif"> <img src="images/tio-demo.gif">
@ -24,7 +24,7 @@ To make a simpler serial device tool for talking with serial TTY devices with
less focus on classic terminal/modem features and more focus on the needs of less focus on classic terminal/modem features and more focus on the needs of
embedded developers and hackers. embedded developers and hackers.
tio was originally created as an alternative to tio was originally created as an alternative to
[screen](https://www.gnu.org/software/screen) for connecting to serial devices [screen](https://www.gnu.org/software/screen) for connecting to serial devices
when used in combination with [tmux](https://tmux.github.io). when used in combination with [tmux](https://tmux.github.io).

View file

@ -1,7 +1,7 @@
.TH "tio" "1" "@version_date@" "tio @version@" "User Commands" .TH "tio" "1" "@version_date@" "tio @version@" "User Commands"
.SH "NAME" .SH "NAME"
tio \- a simple serial device I/O tool tio \- a serial device I/O tool
.SH "SYNOPSIS" .SH "SYNOPSIS"
.PP .PP
@ -10,9 +10,9 @@ tio \- a simple serial device I/O tool
.SH "DESCRIPTION" .SH "DESCRIPTION"
.PP .PP
\fBtio\fR is a simple serial device tool which features a straightforward \fBtio\fR is a serial device tool which features a straightforward command-line
command-line and configuration file interface to easily connect to serial TTY and configuration file interface to easily connect to serial TTY devices for
devices for basic I/O operations. basic I/O operations.
.SH "OPTIONS" .SH "OPTIONS"

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2020-2022 Liam Beguin * Copyright (c) 2020-2022 Liam Beguin
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2020 Liam Beguin * Copyright (c) 2020 Liam Beguin
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial device I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial device I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2024 Martin Lund * Copyright (c) 2014-2024 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2024 Martin Lund * Copyright (c) 2014-2024 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2017-2022 Martin Lund * Copyright (c) 2017-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2022 Martin Lund * Copyright (c) 2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* Copyright (c) 2022 Google LLC * Copyright (c) 2022 Google LLC

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* Copyright (c) 2022 Google LLC * Copyright (c) 2022 Google LLC

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2022 Martin Lund * Copyright (c) 2014-2022 Martin Lund
* *

View file

@ -1,5 +1,5 @@
/* /*
* tio - a simple serial terminal I/O tool * tio - a serial device I/O tool
* *
* Copyright (c) 2014-2024 Martin Lund * Copyright (c) 2014-2024 Martin Lund
* *