/// <inheritdoc /> public void StopReading() { _serialPoller.Stop(); IsEnable = false; SerialPort.Disable(); SerialPort.ClearReadBuffer(); }