This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Working Principle of GUI Composer

Hello,

From the overview of GUI Composer:

https://dev.ti.com/gc/v2/help/GC_UserGuide_v2/overview.html

  1. GUI Composer Application sends commands or data to interact with firmware running on target device remotely and
  2. displays data sent by your target device.

I did try a few examples for MSP432P401R. They just worked through the debugger USB cable. These examples cannot be considered as remote target.

If I want to show remote target device's data or sensor readings, what are the official procedures to work it out in GUI Composer?  Is there any example?