Data Logging
Robert K
Posts: 6
Hello ,
task seems to be simple, to record to USB stick temperature and humidity using DataLogger (Parallax). I can deley, create, open, close, write into etc, but writting into USB stick all my numbers are in the row (123451234512345).
How to make to log each data into the seperate line?? Like this
12345
12345
12345
I use
SEROUT TX\CTS, Baud, [noparse][[/noparse]"WRF ", $00, $00, $00, $05, CR, DEC5 result1, CR, LF, CR]
BUt that does not do the trick.
Please help
Thanks
Robert
task seems to be simple, to record to USB stick temperature and humidity using DataLogger (Parallax). I can deley, create, open, close, write into etc, but writting into USB stick all my numbers are in the row (123451234512345).
How to make to log each data into the seperate line?? Like this
12345
12345
12345
I use
SEROUT TX\CTS, Baud, [noparse][[/noparse]"WRF ", $00, $00, $00, $05, CR, DEC5 result1, CR, LF, CR]
BUt that does not do the trick.
Please help
Thanks
Robert
Comments
SEROUT TX\CTS, Baud, [noparse][[/noparse]"WRF ", $00, $00, $00, $07, CR, DEC5 result1, CR, LF, CR]
Jeff T.
Robert