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.

GUI Composer and COM Port Selection

Other Parts Discussed in Thread: MSP430F5529

Hi,

I have an application using GUI Composer 2 where I can assign the correct COM port for communication using LP MSP430F5529 when using the web application. However, when I download the application to my desktop the application connects to the first COM port it scans which is the MSP Debug Interface.  How can I direct the application to use the MSP Application UART instead of the Debug?

Thanks,

Bob B

  • Hi Bob,

    Do you see the "Options -> Serial Port" menu item? You should be able to switch between different COM port with this option.

    Patrick

  • Hi Patrick,

    Ok, that did the trick.  I didn't have the Options button in my application menu bar and it was not clear to me that the serial port setup could be selected under options. When I added the Options button I can see the serial port settings.  I guess in all my searching I should have looked at the demo and read the component info for the Options widget more carefully.

    Thanks,

    Bob B