title | id |
---|---|
Accessing the Serial Monitor for the Arduino CLI on Windows |
4410162560018 |
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.
Note: Please refer to the following links for installation guides on their respective webpage.
- 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.
- 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.
- Additional information regarding the Arduino CLI can be found on the documentation page.