data logging in arduiono

Dear all.

can some one help me in coding. How to log data from Arduino data into excel sheet / text document.

Can some one share me the coding syntax

I have no idea of what you’re looking for. Are you looking for some Arduino code ? To do what, exactly ? Send what data via what path to a PC. Presumably you’d use the USB/serial connection but perhaps you have something different in mind.

Or perhaps you’re looking for software to run at the PC end, to collect data sent via the USB bus. If that’s the case you should read this thread.

https://forum.sparkfun.com/viewtopic.ph … el#p156068

You may output your data from Arduino in a simple ASCII format and capture data on computer with help of any utility that can convert it to Excel. For example:

http://www.aggsoft.com/serial-data-logger.htm

The following tutorial explains it:

http://www.aggsoft.com/asdl-rs232-to-excel.htm

i sorted the above problem using python:

Actually i m trying to get data from serial monitor window and wanna record it in file .

Mee_n_Mac:
I have no idea of what you’re looking for. Are you looking for some Arduino code ? To do what, exactly

? Send what data via what path to a PC. Presumably you’d use the USB/serial connection but perhaps you have something different in mind.

Or perhaps you’re looking for software to run at the PC end, to collect data sent via the USB bus. If that’s the case you should read this thread.

https://forum.sparkfun.com/viewtopic.ph … el#p156068