The following is a newbie guide:
- Open the IDE -> Tools -> Serial Monitor.
- Change the "Baud rate" setting to the same number in the code. E.g. "Serial.begin(115200);" means the baud rate is 115200.
- After you switch to the correct baud rate, which is like tuning in to a radio channel on radio, you should see the output of the print command.
Good luck figuring this out!
No comments:
Post a Comment