Sending data to a PC

rwfurness

New Member
I am wanting to design a data logging system based on a PICAXE microcontroller. I intend to use the i2c functionality to interface to a real time clock and a number of digital temperature sensors and EEPROM memory. I think I just about understand enough to construct and program the system. However, I am at a loss how to retrieve the data from the EEPROM and get it into a spreadsheet on a PC for analysis. Any help would be greatly appreciated.

Robert
 

Andrew Cowan

Senior Member
Google selmaDAQ.

All you will have to do is get the data (READ command), and send it to the computer (serxt).

Look those commands up in the manual.

Andrew
 

MFB

Senior Member
The August and September issues of Nuts & Volts magazine had an article about a PICAXE-18X data logger that used SelmaDAQ to export data to Excel. You can download (for a small fee) back issues from www.nutsvolts.com. Alternately, they sell a years worth of issues on CD.
 
Top