MbusSerialClientBaseparity Property |
Parity property
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic int parity { get; set; }Public Property parity As Integer
Get
Set
public:
property int parity {
int get ();
void set (int value);
}Property Value
Type:
Int32 SER_PARITY_NONE as no parity, SER_PARITY_ODD as odd parity,
SER_PARITY_EVEN as even parity
Remarks 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. |
See Also