Dear everyone,
I trying to save serial monitor in the text file, but I still do not know how, could you please help on this problem?
Here is the codes with random numbers are set up, and I would like you save all data into the text file,
Thank you very much,
Best regards,
Nate Duong,
long Channel1a;long Channel1b;
long Channel2a;long Channel2b;
long Channel3a;long Channel3b;
long Channel4a;long Channel4b;
int count1 = 0;
int count2 = 0;
int n1 = 1000 +1; // +1 is missing count
int n2 = 2 +1;
void setup(){
Serial.begin(9600);
randomSeed(analogRead(0));
}
void loop(){
while(count2
I trying to save serial monitor in the text file, but I still do not know how, could you please help on this problem?
Here is the codes with random numbers are set up, and I would like you save all data into the text file,
Thank you very much,
Best regards,
Nate Duong,
long Channel1a;long Channel1b;
long Channel2a;long Channel2b;
long Channel3a;long Channel3b;
long Channel4a;long Channel4b;
int count1 = 0;
int count2 = 0;
int n1 = 1000 +1; // +1 is missing count
int n2 = 2 +1;
void setup(){
Serial.begin(9600);
randomSeed(analogRead(0));
}
void loop(){
while(count2