A tui based serial terminal written in Rust.
- Baud rate and port selection
- Separate TX and RX consoles
- View TX and RX as hex
- More to come
q: QuitH: Switch hex TX outputh: Switch hex RX outputC: Clear TXc: Clear RXl: Switch LF to CR + LFb: Change baud ratei: Enter INSERT modeEsc: Enter NORMAL mode
Just run cargo install --path ..
For GNU/Linux pkg-config headers are required:
- Ubuntu:
sudo apt install pkg-config - Fedora:
sudo dnf install pkgconf-pkg-config
For other distros they may provide pkg-config through the pkgconf package instead.
For GNU/Linux libudev headers are required as well:
- Ubuntu:
sudo apt install libudev-dev - Fedora:
sudo dnf install systemd-devel