MbusSerialClientBasestopBits Property |
Stop bits property
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic int stopBits { get; set; }Public Property stopBits As Integer
Get
Set
public:
property int stopBits {
int get ();
void set (int value);
}Property Value
Type:
Int32 SER_STOPBITS_1 as 1 stop bit, SER_STOPBITS_2 as 2 stop bits
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