Dear , I am new here and arduino I need save data from Arduino to csv. file. How I make csv file from code below
int sensorPin = A0; // analog input pin to hook the sensor to
int sensorValue = 0; // variable to store the value coming from the sensor
float val=0.0;
void setup() {
Serial.begin(9600); // initialize serial communications
}
You don't. The Arduino has no place to store a file, regardless of what format the data is in, or what extension you want to use.
How I can make csv in Processing?
Processing comes with lots of examples, just like the Arduino IDE. Processing comes with a forum, too, just like here.
They don't much like Arduino questions there. We don't much like Processing questions here, either, unless they are specifically about how to get data to or from Processing.
vicas:
Dear , I am new here and arduino I need save data from Arduino to csv. file. How I make csv file from code below
int sensorPin = A0; // analog input pin to hook the sensor to
int sensorValue = 0; // variable to store the value coming from the sensor
float val=0.0;
void setup() {
Serial.begin(9600); // initialize serial communications
}
the tool PLX DAQ runs in Excel and captures all information from the serial port and lists it in a worksheet.
This worksheet can afterwards be saves as a CSV or you can create graphs etc there directly.