What console is the default PRINTF line in projects printing to?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What console is the default PRINTF line in projects printing to?

Jump to solution
766 Views
MelonM
Contributor II

Hello, I've just started using MCUXpresso, so I'm sorry if this question has an obvious answer.

When I use the SDK Wizard to create a project for my board (FRDM-KL25Z) using the default settings, the main function always contains the line:

PRINTF("Hello World\n");

 I need to do some debugging and this function seems useful for that purpose, but I can't figure out what console this function is printing to.

0 Kudos
Reply
1 Solution
685 Views
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

Hello, I suggest reviewing the device COM available on the device manager then you need to use software to see the message like tera term or other.

Let me know if you have more doubts.

Best regards,
Pavel

View solution in original post

0 Kudos
Reply
1 Reply
686 Views
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

Hello, I suggest reviewing the device COM available on the device manager then you need to use software to see the message like tera term or other.

Let me know if you have more doubts.

Best regards,
Pavel

0 Kudos
Reply