Permanent Property

If TRUE, the port is created each time on system start.
Otherwise, port is created manually by application via API.

Access

Read/Write

Syntax

Visual Basic .NET
Permanent As Boolean
Visual C#
Boolean Permanent;

Remarks

If port is not permanent,it will be removed on FTVSPCControl Class object destroy (if the port is occupied by some serial application, it will be removed on the port release).
FALSE by default.