I have released a new version of the serial monitor application “Tauno Monitor” for Linux and added a “Clear” button and timestamps display option. The goal is to keep it simple and minimal. Available at Flathub https://flathub.org/apps/art.taunoerik.tauno-monitorand Snap Store https://snapcraft.io/tauno-monitorSource code at GitHub https://github.com/taunoe/tauno-monitor
Tag Archives: linux
Serial Monitor for GNOME desktop
I built myself a Serial Monitor app that integrates with the GNOME desktop. Learned a lot about how to build GTK4 apps and publish them as Flatpaks or Snaps.Maybe it is also useful for someone else so I published it on Flathub: flathub.org/en/apps/art.taunoerik.tauno-monitor and Ubuntu Snap Store snapcraft.io/tauno-monitorThe source code is available on Github: github.com/taunoe/tauno-monitor
Tauno Serial Plotter
Tauno-Serial-Plotter is simple serial plotter for Arduino and others boards. Written in Python3. In the last few weeks, I have learned how to package my Serial Plotter app into Ubuntu Snap format and made it available in Snapgraft.io snap store. Also, I have a plan to make it available as a Flatpak. It took aContinue reading “Tauno Serial Plotter”
Linux special permission bits
SetUID We can enable files to be run by the permission of the owner of the file. Like when we change password (command passwd). When you run the password command, its being run as root. The s stands for SetUID. When the s is substituted where irregular bit would be, it allows us to runContinue reading “Linux special permission bits”