Hi, I’ve been working with ESP-WROOM-32 development board and I’ve gotten it to work well before. Getting back into it after a while I suddenly can’t get any output from the serial monitor. I’m just running a simple test code in my main:
This is during the serial upload, which is perfectly normal. Starts slow, then switches to a faster baud rate for upload.
Can you show a scerenshot of the serial monitor after you press “Start” with the correct COM device and baud rate?
Does it work when using an external serial monitor program like HTerm - der-hammer for the same COM port and baud rate (plus line break at LF/CR setting)
I have he same problem. Switching to VSCode is not an option for me. Any suggestions? I run all latest versions. Output shows on Arduino software terminal.
I just realized that Visual Studio Code is not Visual Studio. I thought the suggested solution was to buy Microsoft software. I switched to VSCode and it’s working:)!
This is because DTR and RTS both are connected to the RESET pin and GPIO 0 of the esp 8266 chip, and by default in the terminal serial port in visual studio code DTR and RST pin of the the serial to usb adapter are active and prevent the chip to act as normal.
Solution:
In terminal serial port press CTRL + T and then CTRL + D to inactive DTR and then CTRL + T and then CTRL + R to inactive RST pin.