DotNetSerialPort.Open Method (String, Int32, Int32)
Opens the port.
Parameters
-
port
- A string indicating port name
-
baudRate
- An int value specifying the baudrate.
-
byteSize
- An int value specifying the bytesize.(can only be 5,6,7,8)
Return Value
Returns true on success
Remarks
- Default parity is none.
- Default stop bits is 1
See Also
DotNetSerialPort Class | SWBOX Namespace | DotNetSerialPort.Open Overload List