Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8037

General • Re: output(printf()) does not show in the serial monitor

$
0
0
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.
Those are the things I would check first.

Statistics: Posted by hippy — Fri Oct 25, 2024 12:58 pm



Viewing all articles
Browse latest Browse all 8037

Trending Articles