https://github.com/jwillikers/tio-config
My serial device configurations for the tio serial device tool
https://github.com/jwillikers/tio-config
config pine64 raspberry-pi serial tio uart
Last synced: 6 months ago
JSON representation
My serial device configurations for the tio serial device tool
- Host: GitHub
- URL: https://github.com/jwillikers/tio-config
- Owner: jwillikers
- License: other
- Archived: true
- Created: 2023-11-23T16:15:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T17:20:20.000Z (about 1 year ago)
- Last Synced: 2025-04-06T21:52:14.828Z (6 months ago)
- Topics: config, pine64, raspberry-pi, serial, tio, uart
- Language: Just
- Homepage: https://codeberg.org/jwillikers/tio-config
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= tio Config
Jordan Williams
:experimental:
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:tio: https://github.com/tio/tio[tio]My configuration files for the {tio} serial device tool.
== Usage
This repository contains the configuration files for {tio} for the various devices I connect to over serial.
. Install {just} by following the instructions in the https://github.com/casey/just?tab=readme-ov-file#installation[installation section].
. Clone this repository.
+
[,sh]
----
git clone https://codeberg.org/jwillikers/tio-config.git
----. Change to the repository directory.
+
[,sh]
----
cd tio-config
----. Run `just` to install everything.
+
[,sh]
----
just
----. Log out and back in for the user's membership in the `dialout` group to take effect.
. Run `tio` followed by the desired device in the configuration file to open a serial console.
+
[,sh]
----
tio rpi4
----== References
* https://github.com/tio/tio/blob/master/example/config[tio Example Config]
* https://wiki.archlinux.org/title/working_with_the_serial_console[Arch Linux Wiki: Working with the serial console]== Code of Conduct
Please refer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].
== License
This repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
Please refer to the bundled link:LICENSE.adoc[license].== Copyright
© 2023-2024 Jordan Williams
== Authors
mailto:{email}[{author}]