Arduino to excel Communication
Arduino to excel Communication (Arduno code) :
void setup(){
Serial.begin(9600);
Serial.println("CLEARDATA");
Serial.println("LABEL,Acolumn,Bcolumn,...");
Serial.println("RESETTIMER");
}
void loop(){
int sensorValue = analogRead(A0);
Serial.print("DATA,TIME,TIMER,");
Serial.println(sensorValue);
delay(1);
}
void setup(){
Serial.begin(9600);
Serial.println("CLEARDATA");
Serial.println("LABEL,Acolumn,Bcolumn,...");
Serial.println("RESETTIMER");
}
void loop(){
int sensorValue = analogRead(A0);
Serial.print("DATA,TIME,TIMER,");
Serial.println(sensorValue);
delay(1);
}
Hey please , i realised what you jade but i am having a problem on time it's saving with formal HH/mm/DD could please find a solution for me because i am gonna concert it into MATLAB to treat the data answer me sooon please
ReplyDeletefixed !
DeleteExcellent
ReplyDeleteI get an error message, "Could not load an object because it is not available on this machine". How can I fix?
ReplyDelete