DotNetSerialPort

DotNetSerialPort.Open Method

Opens the port with default parameters.

Overload List

Opens the port with default parameters.

public bool Open(int);

Opens the port.

public bool Open(int,int);

Opens the port.

public bool Open(int,int,int);

Opens the port.

public bool Open(int,int,int,Parity);

Opens the port.

public bool Open(int,int,int,Parity,StopBits);

Opens the port with default parameters.

public bool Open(string);

Opens the port.

public bool Open(string,int);

Opens the port.

public bool Open(string,int,int);

Opens the port.

public bool Open(string,int,int,Parity);

Opens the port.

public bool Open(string,int,int,Parity,StopBits);

See Also

DotNetSerialPort Class | SWBOX Namespace