In my experience, output not being seen via USB serial from example code usually comes down to two things -
- The example code not being compiled to use USB serial, so is sending the output via UART.
- Example code expecting UART output to be used and terminating before USB serial is established and is ready to receive data.
Statistics: Posted by hippy — Fri Oct 25, 2024 12:58 pm