PortName Property

Phcc Interface Library .NET / COM

Gets/sets the name of the COM port to use for communicating with the PHCC motherboard (i.e. "COM1", "COM2", etc.)

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Property PortName As String
C#
public string PortName { get; set; }

See Also