Hi all,

I have built a logger to store temperatures into an eeprom and later at home i dump all values to my PC where i can build graphs and so on.

My objective is to build an interface with a pic/eeprom/LCD where i can connect to the output of my logger and receive the data and get the math for Max, Min, Avg and check these values on site with the LCD.

I have almost everything figured up but i'm puzzled in how to receive the data.

The logger is sending the data with a loop like: reading eeprom at address x, sending that data using the debug line ( with 13,10 at the end to separate the values ) and with a speed of 9600, increment x and loop for next address.

The result is something like this:

23
28
50
75
110
115
etc

My doubt is in how will be the codeline to receive and place each temperature reading in a variable for storage. How to recognize each reading and not mixing or skip any other?

Thanks
Rui