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 PaletteEnter
ESP-IDF: Select Port to Useand choose the command to specify the serial port of your device
Start monitoring:
Go to
View>Command PaletteEnter
ESP-IDF: Monitor Deviceand choose the command to start monitoring your device
Note
The monitor baud rate is defined with
CONFIG_ESPTOOLPY_MONITOR_BAUDin the project’s SDK Configuration Editor. You can override it by setting a value inidf.monitorBaudRate.
Next, proceed to debug your project.