Monitor the Output
To see the serial output in Eclipse, we need to configure the ESP-IDF Serial Monitor to connect to the serial port. This is integrated with the IDF Monitor.
To launch the serial monitor in the IDE, follow the steps below:
Click on the
Open a Terminal
icon from the top toolbar.Choose
ESP-IDF Serial Monitor
from the terminal drop-down.Select the
Serial Port
for your board if it’s not detected.Configure serial monitor
Filter Options
for output filtering.Click on
OK
to launch the monitor, which will listen to the USB port.
ESP-IDF Serial Monitor Settings
ESP-IDF Serial Monitor will allow you to configure the default settings of the serial monitor character limit and number of lines.
Navigate to
Espressif
from the EclipsePreferences
.Click on
ESP-IDF Serial Monitor Settings
.Provide
Console Line Width
andLimit Console Output
.