718 views
in GUI Development by
Hi Embedded Wizard

I`m trying to develop STM32 F469 GUI applications using Embedded Wizard, I can display random data (built-in function) and draw graphs with no problem.

But I cannot find any document that could teach me to display UART data from another STM32 boards.

I want to know how to import and use data from I/O or serial ports (SPI/UART/I2C) and draw graphs?

Thanks a lot!

1 Answer

0 votes
by

Hi there,

 

exactly for your case we do not have a document, but in general you can handle UART data like any other data from pheripherials. For that I would recommend to take a look into the 'Device Integration' example. Within this example you can see the basic concept how to forward data to an Embedded Wizard UI.

The first step would be to implement the routine to make the UART data from another board accessible via variable. 

Then you can forward these data like in the 'Device Integration'.

 

Best regards,


Tim

 

 

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...