MbusSerialServerBasestopBits Property |
Namespace: FieldTalk.Modbus.Slave
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 |
---|
This property must be set before starting the server in order to come into effect. |