138 views
in GUI Development by
Hello, is there a way to get a build  progresssive serial or something to keep track and print in a string in the GUI autmoatically? So this parameter gets readable from the display.

Thanks.

1 Answer

0 votes
by
Hello,

how do you generate the serial number? If it somehow stored in the flash, you can access the address from some native code and then display it in a regular text view.

Does this answer your question?

Best regards,

Manfred.
by
Hi Mafred, my idea is to get this value from Embedded Wizard.

So every time i compile the code this incremental value adds up, so when i flash the lizardboard, in the gui i can confront if the flashed application is a different version fron the one developed on EW, and correct eventually bugs or log the modifications.

Is there a way to accomplish something like this? thanks.
by

Hi Riccardo,

maybe you can use the PostProcess to launch a script that increments a certain constant in your C code. The PostProcess is started after the code generation is competed.

Best regards,

Manfred.

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

...