Monitor the Output
To view the serial monitor output from your device, please follow the instructions below:
Select the serial port:
Go to
View
>Command Palette
Enter
ESP-IDF: Select Port to Use
and choose the command to specify the serial port of your device
Start monitoring:
Go to
View
>Command Palette
Enter
ESP-IDF: Monitor Device
and choose the command to start monitoring your device
Note
The monitor baud rate is defined with
CONFIG_ESPTOOLPY_MONITOR_BAUD
in the project’s SDK Configuration Editor. You can override it by setting a value inidf.monitorBaudRate
.
Next, proceed to debug your project.