I just installed the IDE and compiled and uploaded a program to change the angle on a servo. I included <Servo.h>. Tools/Port shows COM3 (Arduino / Genuino Uno). In the code I access a pin value using int iPin = Serial.paseInt();
However, I cannot get the Serial Monitor to display.
WJGJRG:
I am trying to read three integers from the serial monitor. I do not have anything to write.
It is usually customary to prompt the user for input when expecting the user to enter something on the keyboard and then repeat the data received back to the user so that the user knows the proper value was received.