Serial Monitor not Working from FireBeetle 2 ESP32 C6
Hello!
Is there something extra that needs to be done to get the Serial Monitor to display print statements from the FireBeetle 2 ESP32 C6?
Blink runs fine! In other words, there is connectivity and upload between a Dev computer and the board. Changing USB cables, nevertheless, made no difference. Ensured that the baud rate value in the sketch and the IDE status bar are the same.
The Board Info is:
VID: 0x303a
PID: 0x1001
SN: xx:xx:x:xx:xx:xx
The Arduino IDE is 2.3.3. The Dev computer is running Ubuntu 24.04.
What are the recommended troubleshooting steps? Thanks.
Regards.
2024-11-12 20:34:11
It is probably because you did not Enable USB CDC. Check if the USB CDC is enabled by using the Tools→USB CDC on Boot:→Enabled menu. (V1.8.19 IDE).
fweinrebe