Arduino Forum
>
Using Arduino
>
Interfacing w/ Software on the Computer
>
sending serial data to processing and recording in a .csv file
Print
Go Down
Pages:
[1]
Topic: sending serial data to processing and recording in a .csv file
(Read 1 time)
previous topic
-
next topic
bee951
Guest
sending serial data to processing and recording in a .csv file
Nov 22, 2013, 04:37 am
In the system I am working on I have two voltage measurements being taken one after the other. The voltage readings are the voltages on either side of a resistor and are going to be used to determine current. I would like to have these readings in two separate columns in Excel when the .csv is opened. This is my first time work with Processing and do not know the code to get this system to work.
robtillaart
Global Moderator
Brattain Member
Posts: 19,702
Karma: 1119
[add]
In theory there is no difference between theory and practice, however in practice there are many...
Re: sending serial data to processing and recording in a .csv file
#1
Nov 22, 2013, 09:00 am
Can you post the code you have so far?
printing comma separated lines from the Arduino is not difficult,
If you want it into excel, you can also google for gobetwino, works very well
Rob Tillaart
Nederlandse sectie - http://arduino.cc/forum/index.php/board,77.0.html -
(Please do not PM for private consultancy)
Print
Go Up
Pages:
[1]
Loading...