We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6fbd2 commit d854995Copy full SHA for d854995
README.md
@@ -1,2 +1,15 @@
1
-RTGraph
2
-=======
+#RTGraph
+
3
+A simple and lightweight Python application for plotting data from a serial port, ouputed as CSV.
4
+The application uses mutliprocessing to allow better performance using different process for each task.
5
6
7
+##Dependecys
8
+- Python (2.7.x)
9
+- PyQt4
10
+- PySerial
11
+- [PyQtGraph](http://www.pyqtgraph.org/)
12
13
+##Usage
14
+The project is distributed under MIT License. A DOI is attached to the project for citations.
15
+[](http://dx.doi.org/10.5281/zenodo.12789)
0 commit comments