2 unstable releases
0.3.1 | Jan 7, 2024 |
---|---|
0.2.0 | Jun 28, 2021 |
#772 in Hardware support
355KB
826 lines
Tarangam
It is a straightforward application to see the logs from serial ports and plot information on graph. You can use it with IOT boards (Arduino, ESP boards,...) in your DIY projects. It gives many basic controls to modify the graph.
Interface
Top Most ToolBar
- Button with refresh icon is to reload list of ports.
- Select Port
- Select Baudrate
- Start
- Stop
Second ToolBar (left panel)
- Clear Graph
- Show small circles over the points where values lies
- Show larger boxes
- Baarik Box, show small boxes which make it look like graph paper
- Pankti is number of values to show in y axis
Second ToolBar (right panel)
- Clear Log
- Show full log which include points to draw on graph
Bottom ToolBar (left panel)
- Nimna is to use custom value of y axis
- Stambh1 is lower point on y
- Stambh2 is higher point on y
Bottom ToolBar (right panel)
- Send Text (You can press enter to send text)
- Send Button
Instruction to connect your IOT board
- Connect the IOT board through USB
- Click Refresh button in Top Most ToolBar
- Select your Port and baudrate
- 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
- Each line in the text should start with #
- You can write as foo=value or just values with space
Example
#s=1 b=2
#1 5 4
LICENSE
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 the Free Software Foundation, either version 3 of the License, or at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Dependencies
~28MB
~526K SLoC