Documentation
FieldTalk Modbus Master Library for .NET
MbusSerialClientBaseparity Property |
Parity property
Namespace: FieldTalk.Modbus.Master
Assembly: FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Property Value
Type: Int32SER_PARITY_NONE as no parity, SER_PARITY_ODD as odd parity, SER_PARITY_EVEN as even parity
| 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. |