Terminal not working with ESP32

I installed the latest verison 2 days ago.
For test porpose I created a small script with Serial.print…
But there is no feedback from script via Terminal.
What is wrong?

platformio.ini, code and screenshot of the terminal?

1 Like

Without the requested info, it’s like trying to spear a fish in a river… blindfolded! :stuck_out_tongue:

Most likely guess is that either the serial speed is wrong, or you’re not connecting to the correct serial port.

Sorry for my late response, but I was out for while.
Here ist the screen shot with: srcipt, platformIO and terminal.
The upload was done properly.
BR
Otto

1 Like

It seems you haven’t started the terminal program? What happens when you start it, as described in the documentation? Also note that an auto-open-serial-monitor-after-upload can be activated in the IDE extension settings, as the docs state.

1 Like

can be so easy.
I just clicked the button Serial monitor and it is OK.
Thanks a lot
BR
Otto

1 Like