Blueprints / Serial Console Basics
Serial Console Basics
Open a USB serial terminal and print messages via a cloud function call.
Beginnerv1.0.0SerialConsoleFunction
Introduction
This beginner blueprint introduces the Serial terminal over USB. You'll learn how to open a serial monitor and use a Particle Cloud function to print messages for quick debugging.
Supported devices
Hardware and supplies
- Supported Particle device
- USB cable
Project description:
The firmware initializes USB Serial at 9600 baud and registers a cloud function called printMsg.
When invoked from the Particle Console (optionally with an argument), the device prints a
timestamped message to the terminal. This provides a simple, reliable pattern for interactive debugging.
Fork this project to your GitHub account Fork and edit