diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-06-18 11:48:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-06-18 11:48:46 +0200 |
commit | 4c6444650da3a0aa1e2e9b00f42cc4e2af057fe6 (patch) | |
tree | d245d54eec7575d06d69d9a54598ef828779a2ed /README | |
download | templogger-v2-4c6444650da3a0aa1e2e9b00f42cc4e2af057fe6.tar.gz templogger-v2-4c6444650da3a0aa1e2e9b00f42cc4e2af057fe6.tar.xz |
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +Command for logging: + +> socat file:/dev/ttyACM0,nonblock,raw,echo=0,b9600 stdout | ts "%s " | sed '/NAN/d; s/ 0 / /;' > temp.log |