1 write to _stopBits
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
470_stopBits = value;
2 references to _stopBits
System.IO.Ports (2)
System\IO\Ports\SerialPort.cs (2)
460return _stopBits; 598_internalSerialStream = new SerialStream(_portName, _baudRate, _parity, _dataBits, _stopBits, _readTimeout,