Serial Port

I want to connect my Xojo to serial port with standard COM Port.

As of now i have select the com port from popup menu and connect.

But I want to connect with the standard port.

Help me out

Xojo Serial Port Tutorial

Thanks, I have reviewed this tutorial already.
From this i can able to learn , how to connect the port using the popup menu.

But I don’t want to select Every time while run the xojo.
Connect the serial port with standard COM Port.

Why not collect all Ports on App Start and then connect to the wanted Port? :slight_smile:

What do you consider “standard COM port” ?

You can open the port by name. But I would still have the user select the port the first time they run the program, then save the name to use the next time.