Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.86 KB

Accessing-the-Serial-Monitor-for-the-Arduino-CLI-on-Windows.md

File metadata and controls

44 lines (29 loc) · 1.86 KB
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.


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)

  1. Download and Install Atom text editor.
  2. Open Atom text editor.
  3. Locate Atom's package manager under Menu > File > Settings > Install.
  4. Type 'platformio-ide' in the search field.
  5. 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)

  1. Download and Install Visual Studio Code editor.
  2. Open VS Code environment.
  3. Locate the extension's icon on the left panel and click it.
  4. Type 'Arduino' in the search field.
  5. 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.

Arduino Extension

Still need help?

  • Additional information regarding the Arduino CLI can be found on the documentation page.