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.
- 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.
Depending on your system you may need to add a user to dialout group to open serial ports:
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
Ubuntu users also must enable "Access USB hardware directly" on the Ubuntu Store Software store:
or from command line:
snap connect tauno-monitor:raw-usb
You can build Tauno Monitor using GNOME Builder: import the project and press the Play button.
Copyright 2023-2024 Tauno Erik https://taunoerik.art