News

This simple Arduino project aims to display constant values on the screen at specific intervals through the serial monitor without requiring user input. Every second, constant integer values are ...
HTML Serial Monitor uses your browser to output the html debugging messages from your Arduino. It also allows you to send messages back to your Arduino, like button clicks or information your ...
The Serial Plotter built into the Arduino IDE creates graphs from numerical data. Unfortunately, there is no user manual for it. One of the strong points of Arduino is its easy-to-use serial port ...
Getting a blank page on the Arduino Serial Monitor when you want to see the data from your sketch is frustrating, but we have some fixes.
A good tutorial on the subject using the Arduino IDE can be found here (ESP32 Basic OTA Programming In Arduino IDE). However, this method has one drawback: the serial monitor is not supported, so that ...
Keeping an eye on your server health isn't the most romantic of pastimes. That's what compelled modder mkanoap to build a computer-free monitoring system that was as cheerily simple as Xymon's red ...
Being able to communicate with your embedded project to understand what is happening is a necessary aspect of debugging. TK takes us through a review of Eltima's Virtual Serial Port Driver software ...