(say-ree-ot)
A GNOME desktop serial monitor and serial plotter.
- Play/Pause
- Timestamps
- Serial Plotter - plot incoming data
- Enable/Disable plots
- Rewind/Forward plots
Install via AUR package seriot-git.
pkgconf
vala
meson
gtk4
libadwaita
glib2
libgee
cairo
meson setup build --prefix=/usr --libdir=lib
meson compile -C build
meson install -C build
Depending on your system, permissions to get usb read/write access would be required
For Arch ppl -
Create a file /etc/udev/rules.d/01-ttyusb.rules
containing
SUBSYSTEMS=="usb-serial", TAG+="uaccess"
For Ubuntu folks -
sudo usermod -a -G dialout $USER
sudo usermod -a -G plugdev $USER
- Livechart Library - Charting library for vala with gtk4
- Tauno Monitor - A gtk4 serial monitor in python