1
1
<p align =" center " >
2
2
<h1 align =" left " >QtSerialMonitor </h1 >
3
3
<p align =" left " >
4
- <a href =" https://github.com/mich-w/QtSerialMonitor/blob/master/LICENSE " > <img alt =" license " src =" https://img.shields.io/github/license/mich-w/QtSerialMonitor " > </a >
5
- <a href =" https://github.com/mich-w/QtSerialMonitor/releases " > <img alt =" downloads " src =" https://img.shields.io/github/downloads/mich-w/QtSerialMonitor/total " ></a >
6
- <a href =" https://github.com/mich-w/QtSerialMonitor/releases " > <img alt =" latest release " src =" https://img.shields.io/github/v/release/mich-w/QtSerialMonitor " ></a >
4
+ <a href =" https://github.com/mich-w/QtSerialMonitor/blob/master/LICENSE " > <img alt =" license " src =" https://img.shields.io/github/license/mich-w/QtSerialMonitor?style=flat-square " > </a >
5
+ <a href =" https://github.com/mich-w/QtSerialMonitor/releases " > <img alt =" downloads " src =" https://img.shields.io/github/downloads/mich-w/QtSerialMonitor/total?style=flat-square " ></a >
6
+ <a href =" https://github.com/mich-w/QtSerialMonitor/releases " > <img alt =" latest release " src =" https://img.shields.io/github/v/release/mich-w/QtSerialMonitor?style=flat-square " ></a >
7
7
</p >
8
8
</p >
9
9
@@ -12,10 +12,10 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
12
12
<img src =" https://raw.githubusercontent.com/mich-w/QtSerialMonitor/master/docs/_screenshots/Sines3.gif " >
13
13
14
14
** Features:**
15
-
16
15
- In/out serial data terminal with command history,
17
16
- UDP network protocol support,
18
- - Advanced data plotter with multiple graphs support and basic data filtering - uses [ QCustomPlot] ( https://www.qcustomplot.com/ ) ,
17
+ - Resizable UI widgets,
18
+ - Data plotter with multiple graphs support and basic data filtering - uses [ QCustomPlot] ( https://www.qcustomplot.com/ ) ,
19
19
- Printer support, ability to save graph as image,
20
20
- Read/write ".txt" data logs,
21
21
- many more...
@@ -26,14 +26,12 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
26
26
27
27
** Work in progress:**
28
28
29
-
29
+ - Linux compatibility
30
30
31
31
- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view
32
32
and a simple 3D scene containing an object rotating accordingly to received roll,
33
33
pitch and yaw values, representing the sensor's orientation),
34
34
35
- - "What’s this ?" popups for less obvious widgets,
36
-
37
35
- Improvements, fixes etc.
38
36
39
37
----
0 commit comments