Skip to content

Serial logger for Arduino or ESP32, pretty much just like Arduino Serial Monitor, but you wont see anything in the terminal but it allows to store a file. just for linux

Notifications You must be signed in to change notification settings

ckevar/literate-octo-umbrella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Serial logger for Arduino or ESP32, pretty much just like Arduino Serial Monitor, but you wont see anything in the terminal but it allows to store a file. just for linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published