SerialPort Constructor (String^, Int32)
.NET Framework (current version)
Initializes a new instance of the SerialPort class using the specified port name and baud rate.
Assembly: System (in System.dll)
Parameters
- portName
-
Type:
System::String^
The port to use (for example, COM1).
- baudRate
-
Type:
System::Int32
The baud rate.
| Exception | Condition |
|---|---|
| IOException | The specified port could not be found or opened. |
Use this constructor to create a new instance of the SerialPort class when you want to specify the port name and the baud rate.
.NET Framework
Available since 2.0
Available since 2.0
Show: