Serial port prints on one line! How to solve?

retrolefty:
Well perhaps you could try using:

Serial.println(reading); instead of Serial.print(reading);

Lefty

Thanks for the post, exactly what I needed! :slight_smile: