Open
Description
void setup() {
Serial.begin(9600);
Serial.setTimeout(65535);
}
void loop() {
Serial.println("Snapshot");
char C;
Serial.readBytes(&C,1);
}
Upload this sketch in Arduino IDE and open the Serial Monitor. There is a certain probability that unexpected random characters will be generated before normal output.
This is not likely an IDE problem because the same code uploaded to Mega2560 does not have this problem.
Metadata
Metadata
Assignees
Labels
No labels