Multi-purpose serial data visualization & processing program
Serial Studio is a multi-platform, versatile data visualization tool designed for embedded engineers, students, hackers, and teachers. It allows users to visualize, analyze, and represent data from their projects and devices without needing custom, project-specific visualization software. Serial Studio offers a flexible solution that adapts to a wide range of use cases, making it ideal for both educational and professional environments.
The tool was born out of my experience in multiple CanSat-based competitions, where I often found myself developing new Ground Station Software for each project. Over time, I realized it would be more efficient and sustainable to maintain a single, flexible Ground Station Software that allows users to define how incoming data is processed and displayed.
Today, Serial Studio is a powerful and adaptable tool, suitable not only for CanSat competitions but for any data acquisition and visualization project. It supports data retrieval from a wide range of sources, including hardware and software serial ports, MQTT, Bluetooth Low Energy (BLE), and network sockets (TCP/UDP).
Visit the Wiki for comprehensive guides, including:
To build Serial Studio from source, the only required dependency is Qt (preferably with all plugins and modules installed). The application is built using Qt 6.8.1.
If you’re compiling on GNU/Linux, install the following additional packages:
sudo apt install libgl1-mesa-dev build-essential
Once Qt is installed, you can compile the project by opening CMakeLists.txt
in your preferred IDE or using the terminal:
mkdir build
cd build
cmake ../ -DPRODUCTION_OPTIMIZATION=ON -DCMAKE_BUILD_TYPE=Release
cmake --build . -j$(nproc)
If you build Serial Studio using an open-source Qt installation, the resulting binary is automatically licensed under the terms of the GNU GPLv3. You are free to use and distribute that build as long as you comply with the GPL.
The GPLv3 build excludes MQTT, CAN/Modbus, 3D plotting, and other features available with a paid license. Most of these features depend on Qt modules that are difficult to support with open-source builds.
Serial Studio is developed and maintained by Alex Spataru.
It is open source and community-driven, with commercial options available for users who need advanced features or business-friendly licensing.
If Serial Studio is useful to you, consider supporting its development in one of the following ways:
Commercial licenses directly fund continued development, bug fixes, and new features.
Serial Studio is distributed under a dual-license model. For full licensing terms, see LICENSE.md.
The source code is licensed under the GNU General Public License v3 (GPLv3). You can use, modify, and redistribute the source code under GPL terms, as long as any derivative works are also released under GPLv3.
To use Serial Studio under GPLv3:
The GPL license does not apply to the official precompiled binaries.
All official binaries downloaded from serial-studio.com, GitHub Releases, or other channels maintained by the author are covered by a Commercial License.
A paid license is required to:
Without a valid license, use of the binary is limited to personal and evaluation purposes only.