MbusSerialClientBasestopBits Property |
Namespace: FieldTalk.Modbus.Master
public int stopBits { get; set; }
Public Property stopBits As Integer Get Set
public: property int stopBits { int get (); void set (int value); }
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 |
---|
A protocol must be closed in order to configure it. |