This documentation is archived and is not being maintained.
SerialPort Constructor
Visual Studio 2010
Initializes a new instance of the SerialPort class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SerialPort() | Initializes a new instance of the SerialPort class. |
|
SerialPort(IContainer) | Initializes a new instance of the SerialPort class using the specified IContainer object. |
|
SerialPort(String) | Initializes a new instance of the SerialPort class using the specified port name. |
|
SerialPort(String, Int32) | Initializes a new instance of the SerialPort class using the specified port name and baud rate. |
|
SerialPort(String, Int32, Parity) | Initializes a new instance of the SerialPort class using the specified port name, baud rate, and parity bit. |
|
SerialPort(String, Int32, Parity, Int32) | Initializes a new instance of the SerialPort class using the specified port name, baud rate, parity bit, and data bits. |
|
SerialPort(String, Int32, Parity, Int32, StopBits) | Initializes a new instance of the SerialPort class using the specified port name, baud rate, parity bit, data bits, and stop bit. |
Show: