]> git.itanic.dy.fi Git - log-plotter/commit
Initial commit
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 29 Sep 2013 19:05:52 +0000 (22:05 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 29 Sep 2013 19:24:32 +0000 (22:24 +0300)
commit5b81f2c1ff76d599e955ab7a6d7591a72fabe69b
tree1674a578d6cd5dd88e6471b2417bc02d1a1b60d1
Initial commit

Add a very very simple version of the "plotter". It does no plotting,
it only opens the serial device with correct baud rate, reads out the
data at correct baud rate (correct for an iCharger 206B charer) and
prints out exactly what it read. Dumb as hell but works.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
baud.c [new file with mode: 0644]
baud.h [new file with mode: 0644]
main.c [new file with mode: 0644]
mkcompile_h [new file with mode: 0755]