Comm port to use to communicate with external application
Typically this will be a virtual serial port, but could be a real one
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CommPortName PortName { get; set; }
Public Property PortName As CommPortName
public: property CommPortName^ PortName { CommPortName^ get (); void set (CommPortName^ value); }