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