You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "What’s this ?" popups for less obvious widgets and an introduction text/html doc displayed in the main text browser on first run.
22
+
23
+
- 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, visualizing the sensor's orientation)
17
24
18
-
*Notes:*
25
+
----
19
26
27
+
***Notes:***
20
28
21
-
*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".*
29
+
*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".*
22
30
23
-
*Examples of supported formats:*
31
+
Examples of supported formats:
24
32
25
-
-*"Roll = 1.23 Pitch = 45.6"*
26
-
-*"Voltage: 1.23 (tabulator) Output: 4.56"*
27
-
-*"1.23 4.56" (Graph_0 and Graph_1)*
33
+
- "Roll = 1.23 Pitch = 45.6"
34
+
- "Voltage: 1.23 (tabulator) Output: 4.56"
35
+
- "1.23 4.56" (Graph 0 and Graph 1)
36
+
37
+
* Application uses QtSettings functionality and stores a simple .ini file on the hard drive in which it keeps its settings. Under Windows, the file should be located in *C:\ProgramData\QtSerialMonitor*. The settings are saved each time the app closes.
- "What’s this ?" popups for less obvious widgets and an introduction text/html doc displayed in the main text browser on first run.
22
+
23
+
- 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, visualizing the sensor's orientation)
17
24
18
-
*Notes:*
25
+
----
19
26
27
+
***Notes:***
20
28
21
-
*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".*
29
+
*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".*
22
30
23
-
*Examples of supported formats:*
31
+
Examples of supported formats:
24
32
25
-
-*"Roll = 1.23 Pitch = 45.6"*
26
-
-*"Voltage: 1.23 (tabulator) Output: 4.56"*
27
-
-*"1.23 4.56" (Graph_0 and Graph_1)*
33
+
- "Roll = 1.23 Pitch = 45.6"
34
+
- "Voltage: 1.23 (tabulator) Output: 4.56"
35
+
- "1.23 4.56" (Graph 0 and Graph 1)
36
+
37
+
* Application uses QtSettings functionality and stores a simple .ini file on the hard drive in which it keeps its settings. Under Windows, the file should be located in *C:\ProgramData\QtSerialMonitor*. The settings are saved each time the app closes.
0 commit comments