DOC: VScode extension
sefininio opened this issue · 0 comments
sefininio commented
Hello,
Looking at the docs found here, it describes a few ways to see the serial logs:
...
The easiest way to find it is to connect the usb cable and monitor the serial port (115200 baud) while bringing a device close to the ESP32. To monitor the serial port you can use Ardiuno monitor function or via platform io pio run --target monitor. You should see output similar to the following:
...
I suggest adding info about the PlatformIO
VScode plugin as another alternative, as it has a serial monitor as well.