633 views
in System Integration by

Hola, ¿Cómo puedo hacer para recibir de la GUI, por ejemplo, cambiar los datos: data_GUI.

Estoy usando FreeRTOS y thread.

/ *************************** /

int data_GUI = 0;

int DeviceDriver_ProcessData (void) {

   -----

   data_GUI = & iquest; -----?

}

1 Answer

0 votes
by

Hello,

I would recommend you the following chapters containing general information concerning this programming aspect:

Integrating with the device

Implementing a Device Interface

The documentation explains, for example, that a value like data_GUI could be represented by a Device Property.

Also here in the Ask forum you can find different threads addressing the question how to exchange data between GUI and device. Possibly, one the threads matches your application case.

I hope it helps you further.

Best regards

Paul Banach

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

...