News

Using Multiple Serial Monitors Simultaneously A really cool feature with the Arduino IDE 2 is that the Serial Monitor is linked to the sketch windows you have open. For example, if we have two sketch ...
Describe the problem Once the serial monitor is opened, and then closed later on, port stays open while IDE is running. To reproduce Connect a board to your computer. Select the board and port from ...
The Serial Plotter The Serial Monitor can display numerical values too, of course. However, trying to follow the evolution of a parameter when it is printed as a list of values is not always easy, ...
Arduino have released the latest version of their Integrated Development Environment (IDE), Version 2.0 and it is a big step up from the previous release, boasting plenty of new features to help yo… ...