Serial Monitor

The Serial Monitor is a separate pop-up window that acts as a separate terminal that communicates by receiving and sending Serial Data. This allows you to output information that you can use while designing your project and code. Information that can be outputted are measurements, constraints, pulse width modulation, input states, output states, and sensor details. This information is important to refer to as you are designing and working on your project and code to find out what ranges or states the Arduino is reading from your inputs and collect information on the output states. This will allow you to isolate and mitigate any problems between the software and hardware.