Documentation
FieldTalk Modbus Master Library for .NET
MbusSerialClientBasestopBits Property |
Stop bits property
Namespace: FieldTalk.Modbus.Master
Assembly: FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Property Value
Type: Int32SER_STOPBITS_1 as 1 stop bit, SER_STOPBITS_2 as 2 stop bits
| 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. |