291 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

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

...