SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By jlretz84
#192235
Hi all,

I am building a temperature data logger with the Adafruit MAX31855 thermocouple amplifier, the Adafruit Pro Trinket 3V/12MHz, and the Logomatic V2. I am using the Logomatic in automatic UART/ASCII mode at 9600 baud. I made a test data logging program that just feeds numbers to the logger and it worked fine. However, when I try my actual temperature logging program, which logs once per second, the files show up blank. If I turn the delay down to 100 ms instead of 1000 ms, it will log,but I'm not sure if it gets all the numbers or not.

Any ideas of how to solve this issue?