Skip to content

Program that takes the data incoming from PCB serial bus, writes, and graphs it.

Notifications You must be signed in to change notification settings

UOSupermileage/Serial-Data-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Serial-Data-Parser

Program that takes the data incoming from PCB serial bus, writes, and graphs it.

Currently has two implementations: A NodeJS version which only reads and saves serial in data to CSV (graphing WIP), and a Python version which reads and graphs data (CSV save WIP).

Features

  • Reads data (amperage) from serial bus on 9600 baud rate
  • Logs time and saves data to CSV file
  • Graphs data on multiple line graph using MatPlotLib for Python

About

Program that takes the data incoming from PCB serial bus, writes, and graphs it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages