MbusSerialClientBaseparity Property | 
Namespace: FieldTalk.Modbus.Master
public int parity { get; set; }
Public Property parity As Integer Get Set
public: property int parity { int get (); void set (int value); }
| The Modbus standard requires two stop bits if no parity is chosen. This library is not enforcing this but it is a recommended configuration. | 
| A protocol must be closed in order to configure it. |