QtSerialMonitor icon indicating copy to clipboard operation
QtSerialMonitor copied to clipboard

Qt serial monitor and data plotter

Results 6 QtSerialMonitor issues
Sort by recently updated
recently updated
newest added

I want to export the data I read through the serial port with Qt c++ with excel. But when there is too much data, the application stops responding. I know...

The baud rate used in my project is not listed in the default list. What do I need to do if I want to set a specific baud rate?

Which Qt version should be used to build this project? Where does one obtain the Windows installer? With Qt 5.12 I get the following error: QtSerialMonitor-master\src\logger.cpp:142: error: 'Qt::SplitBehaviorFlags' has not...

![image](https://github.com/mich-w/QtSerialMonitor/assets/18528979/30bc4f48-c446-49be-bdd1-69f19f67be37) ``` C /* for test by Enzo */ void setup() { //Initialize serial and wait for port to open: Serial.begin(115200); while (!Serial) { ; // wait for serial port...

# Data points overlap in the time domain at high frequency ## Screenshots zoom in: ## Description ### Environment ESP32 WROOM DevKit v1 (ESP32-WROOM32 + CP210x(TTL2USB)) MPU6050 Windows 10, Home,...

The `Plot Only` text input changes `Graph 0` to `Graph || 0` which means that `Graph 0` is not plotted.