8000 GitHub - ak1932/seriot: A serial monitor and plotter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ak1932/seriot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seriot

(say-ree-ot)

A GNOME desktop serial monitor and serial plotter.

Features

  • Play/Pause
  • Timestamps
  • Serial Plotter - plot incoming data
  • Enable/Disable plots
  • Rewind/Forward plots

Screenshots

Monitor Plotter Preferences Shortcuts

Install from package

Install via AUR package seriot-git.

Install from Source

Dependencies

Build Dependencies

pkgconf
vala
meson

Runtime Dependencies

gtk4
libadwaita
glib2
libgee
cairo

Install

meson setup build --prefix=/usr --libdir=lib
meson compile -C build
meson install -C build

Troubleshooting

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"

(Accessing Serial on Arch)

For Ubuntu folks -

sudo usermod -a -G dialout $USER
sudo usermod -a -G plugdev $USER

Credits

  1. Livechart Library - Charting library for vala with gtk4
  2. Tauno Monitor - A gtk4 serial monitor in python

About

A serial monitor and plotter

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0