Arduino IDE Serial Monitor

How can I read integer data from the serial monitor and use it in my program? Integer data shall act like an input and further be used for the algorithm.

Hello vijeth996
Take a view here.

1 Like

have a look at serial-input-basics

1 Like

Thanks!

Thanks!!

From Where You are getting an integer data?

Algorithm actually takes temperature value from an Android app which is displayed over a serial monitor. From serial monitor it should be used in the algorithm. I checked on Serial.parseint() function which works fine.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.