Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taunoe/tauno-monitor
Simple serial port monitor.
https://github.com/taunoe/tauno-monitor
arduino gnome gtk4 monitor serial
Last synced: 2 months ago
JSON representation
Simple serial port monitor.
- Host: GitHub
- URL: https://github.com/taunoe/tauno-monitor
- Owner: taunoe
- License: gpl-3.0
- Created: 2023-11-13T19:06:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:34:46.000Z (2 months ago)
- Last Synced: 2024-10-25T09:12:45.057Z (2 months ago)
- Topics: arduino, gnome, gtk4, monitor, serial
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Tauno Monitor
The goal is to make a stand-alone simple serial port monitor for the GNOME desktop.
It aims to be beginner-friendly, small and easy to use. Not feature-rich and professional.
### Features:
- Remembers the last used settings (Theme, Baud Rate, Port etc.).
- Auto reconnects to the serial port when the connection is lost.
- Can log data to a file.
- Customizable colors.## Important
Depending on your system you may need to add a user to dialout group to open serial ports:
```bash
sudo usermod -a -G dialout $USER
sudo usermod -a -G plugdev $USER
```You may also need to install udev rules. PlatformIO have a good [instructions](https://docs.platformio.org/en/latest/core/installation/udev-rules.html)
## Screenshots
![Light mode](data/screenshots/light.png)
![Dark mode](data/screenshots/dark.png)
![Preferences window](data/screenshots/pref.png)
![Log file](data/screenshots/log.png)
## Install
### Flatpak
[![Get it from the Flathub](https://dl.flathub.org/assets/badges/flathub-badge-en.png)](https://flathub.org/apps/art.taunoerik.tauno-monitor)
### Snap
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/tauno-monitor)
Ubuntu users also must enable "Access USB hardware directly" on the Ubuntu Store Software store:
![Ubuntu premissions](data/screenshots/ubuntu_access_usb_directly.png)
or from command line:
```bash
snap connect tauno-monitor:raw-usb
```## Build
You can build Tauno Monitor using [GNOME Builder](https://flathub.org/et/apps/org.gnome.Builder): import the project and press the Play button.
## Support
___
Copyright 2023-2024 Tauno Erik https://taunoerik.art