Yes, and another thing connected to the same project I asked about in the math-thread..

I'm planning to log values into the EEPROM and then I want to be able to export these values to a textfile in my computer for later analyzis (probably a graph or something), but does anyone have an idea of how to do this ?

I guess I could connect the whole PCB to my pickit2 and read the values there, but its not very handy, Does someone have a nice solution for this ?

Maybe an external "card" with an EEPROM on it ? or a serial routine in the PIC (if I have space left) that dumps all the data over serial when I push a button ?