Page 1 of 1

COM Port - Setting Port and Baud within App

Posted: Thu Oct 02, 2025 9:40 am
by jay_dee
Hi,
I have an App Developer program which recieves Serial Data from a PIC, this is working well.

But how can I Refresh COM Port, Change Port and Change Baud Rate from within a deployed/Running App?
I tried to make the properties visible but could not make this work. A Running app wont set focus on the COM Icon

However,
Is there a way to set buttons and Text boxes, calling and setting properties of the Component?
This could be a cleaner method for an end user.
But I get quickly lost with the 'Built-In Function' components :)

Project so far...
RecieveDiagnositicValues_V7.fcsx
(67.49 KiB) Downloaded 6 times

Re: COM Port - Setting Port and Baud within App

Posted: Thu Oct 02, 2025 10:13 am
by BenR
Hello,

In the source project simply right click any properties you want access to and select Expose to top level.

This basically copies the property as a root property in the project. You can see the root properties by clicking on an empty area of the panel or by selecting the Root component from the drop down menu at the top of the properties window.

You can add categories by right clicking on Properties and selecting New category and then drag the properties around to better organise as needed.

For example here is one of our apps.
Screenshot 2025-10-02 101255.png
Screenshot 2025-10-02 101255.png (20.15 KiB) Viewed 56 times