/// <summary> /// Connect the serial port. /// </summary> private void Connect() { _adcpConn.ReconnectAdcpSerial(SerialOptions); }