Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 416 Bytes

Serial Data Logger

it allows saving the data arriving on any serial port. Only available for linux. In order to use it, first, compile it:

make

The current version doesn't support setting the baudrate by itself so the data loggerthe data logger is called through a bash scripto run:

octoumbrella /dev/ttyUSB0 115200 outfile.dat

Later this data can be plot gnuplot or python matplotlib