526 views
in Embedded Wizard Studio by

Hello Paul,

      I have a problem:

            If I want this screen to show the serial port information,Which document should I look at or can I know what to do?

 

   The information:          Thanks!

Best regards,

Tonny

 

 

2 Answers

0 votes
by
Hello Tonny,

your question is not really clear for me. Do you want to display the configuration of the serial port? Or do you want to 'redirect' the screen outputs to some serial port?

Best regards

Paul Banach
by
Hello Paul,

       Yes,i want to display the configuration of the serial port on screen.What should i do ?

Best regards,

Tonny
0 votes
by
Hello Tonny,

the report containing all system parameter is printed within the function EwPrintSystemInfo() that you will find within the file ewmain.c.

You can enhance this function in order to add your own system information, e.g. the configuration of the serial interface (UART).

For printing the report (or any other message), the function DbgConsole_Putchar() is used. This is part of the NXP SDK. The serial interface is initialized within the NXP SDK - please have a look to the corresponding files (\ThirdParty\MCUXpressoSDK\components\serial_manager).

Is this what you are looking for?

Best regards,

Manfred.
by
Hello,

    Thanks for your help,i can try it.

Best regards,

Tonny

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...