serialtui 0.1.3

A TUI environment specific to serial connections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# SerialTUI

## What it is

Welcome to my SerialTUI project! As the name suggests it is a crate that let you easily manage a device connected to a serial port.

## How can you use it

Just import it in your project and define your commands and connection. After that ask for a Shell and launch it. That's it. The library will manage all the boring parts while you can concentrate on writing what you need.

## Acknowledgement

I'd like to thanks [cmargiotta](https://github.com/cmargiotta) for his support!