Tool/software: Code Composer Studio
On my Gui Composer application are several Tabs with several numberboxes. These boxes contain parameter for the target application. Every time i need to restart the target, all these parameters are not send automatical to the target. I need to change the values to trigger a send to target. Is there a way to send the values of all numberboxes at once to the target? Maybe triggered by a button or by a command from the target. I use a serial link with the JSON protocol for target connection.
Thanks