The CommPort type exposes the following members.

Methods

  NameDescription
Check
Check to see if a port can be opened.
Close
Close the serial port
DiscardBuffers
If port is open flush both the in and out buffers
Dispose
Implement IDisposable
EnumeratePorts
List the comm ports available on a system.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
OpenOverloaded.
OpenPolled
Open a serial port at the default baudrate in polled mode
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteOverloaded.

See Also