The Arduino CLI on Windows does not have a built-in serial monitor already installed such as Linux and macOS. Therefore, if one wants to access the feature for debugging purposes, some extra steps will need to be taken. Learn how to use alternative methods to view serial communication.
Third-party software
Note: Please refer to the following links for installation guides on their respective webpage.
Enable serial communication with an editor
Platformio (Atom)
- Download and Install Atom text editor.
- Open Atom text editor.
- Locate Atom's package manager under
Menu > File > Settings > Install
. - Type 'platformio-ide' in the search field.
- Click on the install button when 'platformio-ide' package is displayed.
Instructions on how to install Platformio packages in Atom's package manager can also be found at platformio.org.
Visual Studio Code (Arduino for VS Code)
- Download and Install Visual Studio Code editor.
- Open VS Code environment.
- Locate the extension's icon on the left panel and click it.
- Type 'Arduino' in the search field.
- Click on the Install button when 'Arduino for Visual Studio Code' extension is displayed.
For more information on how to integrate the extension with the Arduino CLI read 'Get Started' in the Details section.
Still need help?
- Additional information regarding the Arduino CLI can be found on the documentation page.