Contact
Get in touch, Questions or License Help
Have a question, need help with activation, or want to discuss your use case? We’re here to help. Reach out for support, feedback, or licensing inquiries.






Join Our Community
Follow development, report issues, and contribute on GitHub.
Open source collaboration
Open source collaboration
Feature requests & bug tracking
Feature requests & bug tracking
Active development updates
Active development updates
Join Our Community
Follow development, report issues, and contribute on GitHub.
Open source collaboration
Feature requests & bug tracking
Active development updates
FAQ
Got questions? We've got answers.
Got questions? We've got answers.
Got questions? We've got answers.
Everything you need to know about our platform in one place—features, pricing, integrations, and more, all answered for you.
Everything you need to know about our platform in one place—features, pricing, integrations, and more, all answered for you.
Everything you need to know about our platform in one place—features, pricing, integrations, and more, all answered for you.
What are datasets and groups in Serial Studio?
Datasets are individual sensor readings or variables like temperature or speed. Groups let you organize related datasets to keep your dashboard clean and structured.
What are the different operation modes available?
Serial Studio has three modes: Project File Mode for custom dashboards, Quick Plot Mode for instant CSV plotting, and Device-Defined Mode where your device sends the dashboard layout.
What are the differences between the GPL version, free version, and Pro version?
The GPL version is open source but must be built from source and lacks Pro features. The free version is the official binary for personal use. The Pro version unlocks advanced features and is licensed for commercial use.
How can I purchase and install a Pro license?
Licenses are purchased through the online store and managed via Lemon Squeezy. After purchase, a license key is sent to your email. To activate Pro, open Serial Studio, go to About → License Management, and paste the key. Activation is instant.
Why is the dashboard not appearing or is greyed out?
This usually means your project file is outdated or incorrectly formatted. Open it in the Project Editor to check for errors and update it to the latest structure.
Can I use Serial Studio for commercial purposes?
Yes, but only with a valid commercial license if you’re using the official binaries. It unlocks Pro features and includes support. Alternatively, you may compile the GPL version yourself using open-source Qt, but it includes no Pro features, no support, and you’re fully responsible for compliance.
What platforms does Serial Studio support?
Serial Studio runs on Windows, macOS, and Linux. Linux users can run it via AppImage, and there’s an ARM64 AppImage available for Raspberry Pi.
What kind of widgets can I use?
You can use widgets like plots, gauges, LEDs, level indicators, FFT windows, GPS maps, and 3D plots. All are configurable through the Project Editor or sent dynamically by the device.
Do I need to write code to use Serial Studio?
No. You can create dashboards using the built-in Project Editor or have your device send the layout as JSON. No frontend or dashboard code is required.
Does Serial Studio support multiple devices?
No. Serial Studio currently connects to a single data source at a time. If you need multi-device support, you’ll need to multiplex the data externally.
Can I customize how incoming data is parsed?
Yes. You can use a custom JavaScript frame parser to decode binary, hexadecimal, or complex structured data. It’s ideal for non-standard protocols, applying checksums, or handling multiple frame formats within a single project.
What is the Plugin subsystem?
The Plugin subsystem lets external applications connect to Serial Studio over TCP (default port 7777) to receive real-time telemetry in JSON format. It streams both raw and processed data, making it ideal for integrating with custom software, dashboards, or scripts. Plugins can also send commands or data back to the connected device. No special protocol required—just connect over TCP and start exchanging data.
Does Serial Studio support checksums?
Yes. Serial Studio automatically detects and verifies checksums if they’re appended at the end of a data frame. It currently supports CRC-8, CRC-16, and CRC-32 using standard polynomials. This helps ensure data integrity without requiring any extra configuration.
What are datasets and groups in Serial Studio?
Datasets are individual sensor readings or variables like temperature or speed. Groups let you organize related datasets to keep your dashboard clean and structured.
What are the different operation modes available?
Serial Studio has three modes: Project File Mode for custom dashboards, Quick Plot Mode for instant CSV plotting, and Device-Defined Mode where your device sends the dashboard layout.
What are the differences between the GPL version, free version, and Pro version?
The GPL version is open source but must be built from source and lacks Pro features. The free version is the official binary for personal use. The Pro version unlocks advanced features and is licensed for commercial use.
How can I purchase and install a Pro license?
Licenses are purchased through the online store and managed via Lemon Squeezy. After purchase, a license key is sent to your email. To activate Pro, open Serial Studio, go to About → License Management, and paste the key. Activation is instant.
Why is the dashboard not appearing or is greyed out?
This usually means your project file is outdated or incorrectly formatted. Open it in the Project Editor to check for errors and update it to the latest structure.
Can I use Serial Studio for commercial purposes?
Yes, but only with a valid commercial license if you’re using the official binaries. It unlocks Pro features and includes support. Alternatively, you may compile the GPL version yourself using open-source Qt, but it includes no Pro features, no support, and you’re fully responsible for compliance.
What platforms does Serial Studio support?
Serial Studio runs on Windows, macOS, and Linux. Linux users can run it via AppImage, and there’s an ARM64 AppImage available for Raspberry Pi.
What kind of widgets can I use?
You can use widgets like plots, gauges, LEDs, level indicators, FFT windows, GPS maps, and 3D plots. All are configurable through the Project Editor or sent dynamically by the device.
Do I need to write code to use Serial Studio?
No. You can create dashboards using the built-in Project Editor or have your device send the layout as JSON. No frontend or dashboard code is required.
Does Serial Studio support multiple devices?
No. Serial Studio currently connects to a single data source at a time. If you need multi-device support, you’ll need to multiplex the data externally.
Can I customize how incoming data is parsed?
Yes. You can use a custom JavaScript frame parser to decode binary, hexadecimal, or complex structured data. It’s ideal for non-standard protocols, applying checksums, or handling multiple frame formats within a single project.
What is the Plugin subsystem?
The Plugin subsystem lets external applications connect to Serial Studio over TCP (default port 7777) to receive real-time telemetry in JSON format. It streams both raw and processed data, making it ideal for integrating with custom software, dashboards, or scripts. Plugins can also send commands or data back to the connected device. No special protocol required—just connect over TCP and start exchanging data.
Does Serial Studio support checksums?
Yes. Serial Studio automatically detects and verifies checksums if they’re appended at the end of a data frame. It currently supports CRC-8, CRC-16, and CRC-32 using standard polynomials. This helps ensure data integrity without requiring any extra configuration.
What are datasets and groups in Serial Studio?
Datasets are individual sensor readings or variables like temperature or speed. Groups let you organize related datasets to keep your dashboard clean and structured.
What are the different operation modes available?
Serial Studio has three modes: Project File Mode for custom dashboards, Quick Plot Mode for instant CSV plotting, and Device-Defined Mode where your device sends the dashboard layout.
What are the differences between the GPL version, free version, and Pro version?
The GPL version is open source but must be built from source and lacks Pro features. The free version is the official binary for personal use. The Pro version unlocks advanced features and is licensed for commercial use.
How can I purchase and install a Pro license?
Licenses are purchased through the online store and managed via Lemon Squeezy. After purchase, a license key is sent to your email. To activate Pro, open Serial Studio, go to About → License Management, and paste the key. Activation is instant.
Why is the dashboard not appearing or is greyed out?
This usually means your project file is outdated or incorrectly formatted. Open it in the Project Editor to check for errors and update it to the latest structure.
Can I use Serial Studio for commercial purposes?
Yes, but only with a valid commercial license if you’re using the official binaries. It unlocks Pro features and includes support. Alternatively, you may compile the GPL version yourself using open-source Qt, but it includes no Pro features, no support, and you’re fully responsible for compliance.
What platforms does Serial Studio support?
Serial Studio runs on Windows, macOS, and Linux. Linux users can run it via AppImage, and there’s an ARM64 AppImage available for Raspberry Pi.
What kind of widgets can I use?
You can use widgets like plots, gauges, LEDs, level indicators, FFT windows, GPS maps, and 3D plots. All are configurable through the Project Editor or sent dynamically by the device.
Do I need to write code to use Serial Studio?
No. You can create dashboards using the built-in Project Editor or have your device send the layout as JSON. No frontend or dashboard code is required.
Does Serial Studio support multiple devices?
No. Serial Studio currently connects to a single data source at a time. If you need multi-device support, you’ll need to multiplex the data externally.
Can I customize how incoming data is parsed?
Yes. You can use a custom JavaScript frame parser to decode binary, hexadecimal, or complex structured data. It’s ideal for non-standard protocols, applying checksums, or handling multiple frame formats within a single project.
What is the Plugin subsystem?
The Plugin subsystem lets external applications connect to Serial Studio over TCP (default port 7777) to receive real-time telemetry in JSON format. It streams both raw and processed data, making it ideal for integrating with custom software, dashboards, or scripts. Plugins can also send commands or data back to the connected device. No special protocol required—just connect over TCP and start exchanging data.
Does Serial Studio support checksums?
Yes. Serial Studio automatically detects and verifies checksums if they’re appended at the end of a data frame. It currently supports CRC-8, CRC-16, and CRC-32 using standard polynomials. This helps ensure data integrity without requiring any extra configuration.