Hello.
First of all, I've been looking on the forum to see if I could find anything about this subject I'm about to mention, but I couldn't find anything. I'm also not sure this woud be the correct place for this thread, but it was the one I chose anyway, so feel free to change its place if needed.
My problem is the following: I have a PIC 16f877a and a 24LC512 EEPROM memory working as a datalogger (storing date and water flow amounts).
I have already made the functions to write and read on the eeprom, and I have also tested them by sending the values to a 16x2 lcd display. What I would like to do now is export this data that is currently stored on the eeprom to a pc in the .csv extension (or .txt, for that matter).
The thing is that I'm relatively new to microcontroller projects, so I don't know much which IC's to use. I've stumbled upon some projects using a MAX232 IC to create a serial communication, but I'm not sure what I would need to simulate that on Proteus and have an actual file being "sent" to my computer.
If you can give me any hints or suggest any other existing threads that would help with this, it would be much appreciated.
Thanks in advance.