Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerialPort Constructor (IContainer^)

 

Initializes a new instance of the SerialPort class using the specified IContainer object.

Namespace:   System.IO.Ports
Assembly:  System (in System.dll)

public:
SerialPort(
	IContainer^ container
)

Parameters

container
Type: System.ComponentModel::IContainer^

An interface to a container.

Exception Condition
IOException

The specified port could not be found or opened.

This constructor uses default property values when none are specified. For example, the DataBits property defaults to 8, the Parity property defaults to the None enumeration value, the StopBits property defaults to 1, and a default port name of COM1.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft