Arduino Uno and PLX-DAQ connected, but data didn`t display in Excel worksheet
anggiap
Posts: 1
Hello, I am Anggi. I am newbie here. I have a problem when aquisition data from sensor with use Arduino and PLX-DAQ. PLX-DAQ can receive data from Arduino but data didn`t display in Excel worksheet. You can see in my attach file.
This is my program in Arduino:
int LDR_Pin = A0;
int row = 0;
void setup() {
Serial.begin(19200); // opens serial port, sets data rate to 9600 bps
Serial.println("CLEARDATA");
Serial.println("LABEL,Time,Waktu,LDR_Read");
}
void loop() {
int LDRReading = analogRead(LDR_Pin);
Serial.print("DATA,TIME,TIMER,");Serial.println(LDRReading);
row++;
LDRReading++;
delay(100);
}
Can you help me to fix this problem? Thanks before.
This is my program in Arduino:
int LDR_Pin = A0;
int row = 0;
void setup() {
Serial.begin(19200); // opens serial port, sets data rate to 9600 bps
Serial.println("CLEARDATA");
Serial.println("LABEL,Time,Waktu,LDR_Read");
}
void loop() {
int LDRReading = analogRead(LDR_Pin);
Serial.print("DATA,TIME,TIMER,");Serial.println(LDRReading);
row++;
LDRReading++;
delay(100);
}
Can you help me to fix this problem? Thanks before.
Comments
System Requirements
Microsoft Windows 98
Microsoft Office/Excel 2000 to 2003
May not work with newer software; no longer supported