public void GetStopBitsTest() { var cfg = new SerialPortConfig(_connString2); cfg.GetStopBits().Should().Be(StopBits.One); }