Serial Plotter only plotting two of the six values

Serial.println() ends the output to the plotter, so when you do

  Serial.println(A2_Val);

it signals the end of output

1 Like