serial print array code example Example: arduino print array for(int i = 0; i < size_of_myArray; i++) { Serial.println(myArray[i]); }