Projects Wiki Security Insights Additional navigation options EditNew page Alex Spataru edited this pageNov 21, 2024·2 revisions Open source software thrives on collaboration, creativity, and the generosity of its users. By supporting Serial Studio, you are directly contributing to its growth, sustai...
.github app doc examples lib .clang-format .clang-tidy .gitattributes .gitignore CMakeLists.txt CODE_OF_CONDUCT.md LICENSE.md README.md updates.json Serial Studio Serial Studio is a multi-platform, versatile data visualization tool designed for embedded engineers, students, hackers, and teachers...
Flexible data visualization software for embedded devices and projects - Compare · Serial-Studio/Serial-Studio
git clone --recursive https://github.com/Serial-Studio/Serial-Studio Compiling the application Once you have Qt installed, openSerial-Studio.proin Qt Creator and click the "Run" button. Alternatively, you can also use the following commands: ...
Serial Studio的源代码放在Github: https://github.com/Serial-Studio/Serial-Studio Serial Studio是一个年轻的项目,从2021年1月发布1.0.6版,之后保持比较频繁的更新。目前的最新版本是2024年3月发布的2.0.0版。 Serial Studio提供了多种人机界面的可视化部件来展示来自串口的数据,下面就是它提供的示例截图: ...
目前的解析方式使用 “ start sequence " 和”end sequence“ 判断完整语句,这样在功能上限制是比较大的。据我所知很多通信协议是不使用“ start sequence " 和”end sequence“ 进行完整帧判断,而是采用 ”specified-length" 和“CRC” 形式进行完整帧判断。 期望添加的功能 我所急需的是一个漂亮的modbus协议解析...
Serial Studio is an open-source, multi-platform data visualization tool designed for embedded engineers, students, hackers, and educators. It allows you to visualize, analyze, and represent data from your projects and devices without the need for custom-built, project-specific software. Whether you...
My current idea is to add an optional "AT name/command" field for each dataset so that when the user manually modifies the value of a widget/dataset, Serial Studio shall automatically send the appropriate AT-labeled command to the microcontroller/device. Related issues: #93, #87 and #25 ...
import SerialStudio 1.0 import SerialStudio import "../Widgets" as Widgets Item { 84 changes: 55 additions & 29 deletions 84 assets/qml/Dashboard/WidgetGrid.qml Original file line numberDiff line numberDiff line change @@ -20,9 +20,9 @@ * THE SOFTWARE. */ import QtQuick 2.12 import...
For questions, licensing inquiries, or support, email: <alex@serial-studio.com> 2 changes: 1 addition & 1 deletion 2 README.md Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ # Serial Studio 32 changes: 14 additions & 18 deletions 32 app/src/main...