Readme modified
This commit is contained in:
parent
325e97bcf0
commit
f914b4ea23
52
README.md
52
README.md
|
|
@ -1,24 +1,6 @@
|
||||||
# Tarangam
|
# Tarangam
|
||||||
|
|
||||||
It is a simple application to see log from serialports and plot on graph.
|
It is a simple application to see log from [serialports](https://wiki.osdev.org/Serial_Ports) and plot information on graph. You can use it with IOT boards([ardino](https://www.arduino.cc/), [esp boards](https://www.espressif.com/),...) in you DIY projects. It gives to many basic controls to control graph.
|
||||||
|
|
||||||
## Rules of text to Draw on graph
|
|
||||||
1. Each line in the text should start with #
|
|
||||||
2. you can write as foo=value or just values with space
|
|
||||||
|
|
||||||
#### Example
|
|
||||||
|
|
||||||
``` #s=1 b=2 ```
|
|
||||||
|
|
||||||
```#1 5 4```
|
|
||||||
|
|
||||||
## Status of Serial port
|
|
||||||
|State |Meaning |
|
|
||||||
|----------|-----------------------------|
|
|
||||||
|JAGRIT |Mode of Active |
|
|
||||||
|SAYAN |Mode of Sleeping |
|
|
||||||
|AVRODTIH |Mode of being stopped |
|
|
||||||
|PARIVARTIT|Mode of being values modified|
|
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||

|

|
||||||
|
|
@ -37,7 +19,7 @@ It is a simple application to see log from serialports and plot on graph.
|
||||||
4. Baarik Box, show small boxes which make it look like graph paper
|
4. Baarik Box, show small boxes which make it look like graph paper
|
||||||
5. Pankti is number of values to show in y axis
|
5. Pankti is number of values to show in y axis
|
||||||
|
|
||||||
### Second ToolBar (left panel)
|
### Second ToolBar (right panel)
|
||||||
1. Clear Log
|
1. Clear Log
|
||||||
2. Show full log which include points to draw on graph
|
2. Show full log which include points to draw on graph
|
||||||
|
|
||||||
|
|
@ -46,13 +28,39 @@ It is a simple application to see log from serialports and plot on graph.
|
||||||
2. Stambh1 is lower point on y
|
2. Stambh1 is lower point on y
|
||||||
3. Stambh2 is higher point on y
|
3. Stambh2 is higher point on y
|
||||||
|
|
||||||
### Bottom ToolBar (left panel)
|
### Bottom ToolBar (right panel)
|
||||||
1. Send Text
|
1. Send Text (You can press enter to send text)
|
||||||
|
2. Send Button
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Instruction to connect your IOT board
|
||||||
|
1. Connect the IOT board through USB
|
||||||
|
2. Click Refresh button in Top Most ToolBar
|
||||||
|
3. Select your Port and baudrate
|
||||||
|
4. Press Start button
|
||||||
|
|
||||||
|
## Status of Serial port
|
||||||
|
|State |Meaning |
|
||||||
|
|----------|-----------------------------|
|
||||||
|
|JAGRIT |Mode of Active |
|
||||||
|
|SAYAN |Mode of Sleeping |
|
||||||
|
|AVRODTIH |Mode of being stopped |
|
||||||
|
|PARIVARTIT|Mode of being values modified|
|
||||||
|
|
||||||
|
## Rules of text to Draw on graph
|
||||||
|
1. Each line in the text should start with #
|
||||||
|
2. You can write as foo=value or just values with space
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
|
||||||
|
``` #s=1 b=2 ```
|
||||||
|
|
||||||
|
```#1 5 4```
|
||||||
|
|
||||||
|
|
||||||
# LICENSE
|
# LICENSE
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 202 KiB |
Loading…
Reference in New Issue