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.

How to "Select by serial number" in GUI composer?

My board have 2 xds100v2 emulator connecting to the PC.

In CCS, I can specify them by "elect by serial number", like:

            <property Type="choicelist" Value="1" id="Emulator Selection">
                <choice Name="Select by serial number" value="0">
                    <property Type="stringfield" Value="TIMON001" id="-- Enter the serial number"/>
                </choice>
            </property>

How can I do the same thing in GUIcomposer?

Thanks,

Haixiao

 

  • Hi Haixiao,

    If I understand your question correctly, you are trying to use GUI Composer runtime and select a connection with the matching serial number. There is no support in the UI to allow you to select different emulator. However, you can use an existing ccxml file for GUIComposer. Take a look at the modem_m3 example that was shipped with the runtime, it contains an appConfig.ccxml file.

    Regards,
    Patrick 

  • Hi Haixiao, 

    I am assuming that you are talking about options for selecting this when doing application export. There is no direct support for this in export dialog. However, you can workaround this by adding your .ccxml file to exported application. The main functionality that you would loose is ability to change to a different emulator.

    Next step is specifying which emulator/cpu to use for widget bindings. Are you trying to create an app that talks to CPUs accessible through both emulators are the same time or just one? 

    Martin