Using Arduino Serial Communication with the Serial monitor
In this blog, I will show how to use the Arduino IDE’s Serial Monitor to communicate with the Arduino’s Serial UART Port. When using an Arduino, the program gets uploaded and then runs in complete isolation from your PC. In this case, debugging can be very hard due to the lack of a built-in display …
Using Arduino Serial Communication with the Serial monitor Read More »