Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich committed Oct 25, 2019
1 parent b5d2b25 commit 71dc646
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 53 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Universal serial monitor with data plotting capabilities, based on [Qt](https://www.qt.io/). Designed with all sorts of [Arduino](https://www.arduino.cc/) projects in mind, as a handy tool for debugging and experimentation :)

![mainwindow](/docs/_screenshots/mainwindow.png)
<img src="https://raw.githubusercontent.com/mich-w/QtSerialMonitor/master/docs/_screenshots/Sines3.gif">

**Features:**

Expand All @@ -19,11 +19,25 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
- Printer support, ability to save graph as image,
- Read/write ".txt" data logs,
- many more...
---

<a href="https://github.com/mich-w/QtSerialMonitor/releases/download/v1.2/QtSerialMonitor_1.2_win_x64.zip" download>Download QtSerialMonitor_v1.2_win_x64</a>
-
---

**Work in progress:**



- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view
and a simple 3D scene containing an object rotating accordingly to received roll,
pitch and yaw values, representing the sensor's orientation),

- "What’s this ?" popups for less obvious widgets,

- Improvements, fixes etc.

----

***Notes:***

* The app uses a custom-written parser, which searches the incoming message for plottable data in form of label-value set. At the moment, all labels and values **must be separated with a whitespace** in order to be recognized. Its possible to use separators like "=" and "," - parser will be replace them with whitespace before processing. If no label is found, a generic name will be used i.e. "Graph 0".*
Expand Down
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

50 changes: 0 additions & 50 deletions docs/index.md

This file was deleted.

0 comments on commit 71dc646

Please sign in to comment.