med-material / ArduinoLogger

Source code for an Arduino Logger (Windows/Mac) used for the RTII course at AAU (Unity 2018.3.2f1)
MIT License
3 stars 2 forks source link
rtii

Arduino Logger (Windows/Mac)

RTII Arduino Logger

The Arduino Logger logs Arduino serial output to *.csv files (buildable as a standalone application). Download here (Windows, Mac, OS X)

How to use it

The Arduino logger parses any Arduino Serial output beginning with # and ending with \n and which adheres to the following format:

#BEGIN LOG (col=3,sep=comma,label=mytest)
#Header1,Header2,Header3
#Data1,Data2,Data3
#Data1,Data2,Data3
#Data1,Data2,Data3
#Data1,Data2,Data3
...
#END LOG

For example files following this format, see ReactionSynchTests or EDA-IBI-Pressure.

Built for the RTII course at AAU (Unity 2018.3.2f1)