Documentation

MbusSerialClientBasestopBits Property

Stop bits property

Namespace:  FieldTalk.Modbus.Master
Assembly:  FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntax
public int stopBits { get; set; }

Property Value

Type: Int32
SER_STOPBITS_1 as 1 stop bit, SER_STOPBITS_2 as 2 stop bits
Remarks
Note Note
The Modbus standard requires two stop bits if no parity is chosen. This library is not enforcing this but it is a recommended configuration.
Note Note
A protocol must be closed in order to configure it.
See Also