-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathart.taunoerik.tauno-serial-plotter.appdata.xml
59 lines (48 loc) · 1.99 KB
/
art.taunoerik.tauno-serial-plotter.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>art.taunoerik.tauno-serial-plotter</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Tauno Serial Plotter</name>
<summary>Simple serial plotter for Arduino and others similar devices.</summary>
<developer_name>Tauno Erik</developer_name>
<description>
<p>
Tauno-Serial-Plotter is simple serial plotter for Arduino and similar others.
</p>
<p>Features:</p>
<ul>
<li>Simple user interface</li>
<li>Plotting of multiple variables, with different colors for each</li>
<li>Can plot both integers and floats</li>
<li>Can plot negative values</li>
<li>Auto-scrolls the Time scale (X axis)</li>
<li>Auto-resizes the Data scale (Y axis)</li>
</ul>
<p>
Incoming serial data should be string. Ending with new line character. Numbers (int and float) can be separated with almost any character. Like: "label2la15be17el28/31/42/54 78\n" or "a2b1.5c1.7d2.8/3.1/4.2/5.4 7.8\n". But not with - unless it is a negative number: "-10\"
</p>
</description>
<launchable type="desktop-id">art.taunoerik.tauno-serial-plotter.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>The main window</caption>
<image>https://raw.githubusercontent.com/taunoe/tauno-serial-plotter/master/img/screenshot.png</image>
</screenshot>
<screenshot>
<caption>Exporting the data</caption>
<image>https://raw.githubusercontent.com/taunoe/tauno-serial-plotter/master/img/graph-settings.png</image>
</screenshot>
</screenshots>
<categories>
<category>Utility</category>
</categories>
<url type="homepage">https://github.com/taunoe/tauno-serial-plotter</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.19.2" date="2024-10-17"/>
</releases>
<releases>
<release version="1.19.1" date="2023-10-19"/>
</releases>
</component>