CLI initialisation issues on Windows (serial monitor) #2465
Labels
os: windows
Specific to Windows operating system
type: imperfection
Perceived defect in any part of project
Describe the problem
When uploading this code snippet to the Nano ESP32 nothing gets printed when opening the serial monitor.
When opening the serial monitor with putty the prompt is printed as expected.
To reproduce
Upload a sketch to the Nano ESP32 either using the IDE or cli that uses
while(!serial)
and prints messages when opening the serial monitor. Open the serial monitor.Expected behavior
When opening the serial monitor I expect to see the messages printed inside
setup
.Arduino CLI version
0.34.2 Commit: 963c1a7 Date: 2023-09-11T10:05:41Z
Operating system
Windows
Operating system version
Windows 11 Pro
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: