Windows 11 and Arduino 2.3.3

The serial monitor is not displaying any output for command Serial.println(“Any text”) when running in Windows 11 (24h2) and Arduino 2.3.3 Specifically on SIK_Circuit_5B_RemoteControlRobot. Please advise if there is a solution because this important project is not working for me.

Double check the baud rate in the IDE matches the code you’re running.

I certainly have checked the baud rate when opening the serial monitor.

…what’s it set to? Is newline enabled? Do the other examples print to the serial monitor?