The application reads data from the COM port, parses each line as a set of floats separated by spaces/tabs, and then displays the data on graphs. The timestamp used is the moment when the data is read from the port."
- You need to install the virtualenv module in your Python3 environment before proceeding to the next steps.
- Creating virtual env:
python3 -m virtualenv venv
- Installing module:
- Linux:
./venv/bin/pip install -e .
- Windows:
venv\Scripts\pip install -e .
- Linux:
- Linux:
./venv/bin/graphs_view
- Windows:
venv\Scripts\graphs_view