Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

Buy Me A Coffee

___

Copyright 2023-2024 Tauno Erik https://taunoerik.art