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.
- Button with refresh icon is to reload list of ports.
- Select Port
- Select Baudrate
- Start
- Stop
- 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
- Clear Log
- Show full log which include points to draw on graph
- Nimna is to use custom value of y axis
- Stambh1 is lower point on y
- Stambh2 is higher point on y
- Send Text (You can press enter to send text)
- Send Button
- Connect the IOT board through USB
- Click Refresh button in Top Most ToolBar
- Select your Port and baudrate
- Press Start button
State | Meaning |
---|---|
JAGRIT | Mode of Active |
SAYAN | Mode of Sleeping |
AVRODTIH | Mode of being stopped |
PARIVARTIT | Mode of being values modified |
- Each line in the text should start with #
- You can write as foo=value or just values with space
#s=1 b=2
#1 5 4
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/.