This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Consecutive printf statements

When an interrupt with a printf in it triggers while another printf is still occuring the previous message is cutoff to print the next one.

Is there a way I can wait for the tx buffer to be empty before writing the next message?

Related