SerialPort Property

Phcc Interface Library .NET / COM

Gets the underlying SerialPort object, which allows direct communication with the PHCC motherboard via RS232.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SerialPort As SerialPort
C#
public SerialPort SerialPort { get; }

See Also