XIAO-ESP32C3 Serial Output

Hello,

quite a bit has already been written about this and help has also been offered,
but it still does not seem to work.

I just want to output “Ok” in the serial monitor in the Arduino IDE with the following code. But nothing appears!

void setup() {
Serial.begin(115200); Serial.println(“Ok”);
}

void loop() { // }

I have of course set USB CDC On boot to “enabled”.

What is wrong there?

Greetings

Erik