You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an empty constructor to generate a ModbusClient, then setting its properties. Setting ModbusClient.Parity = Parity.None; before calling .Connect() results in the internal serialport still creating with Parity.Even
The text was updated successfully, but these errors were encountered:
Using an empty constructor to generate a ModbusClient, then setting its properties. Setting
ModbusClient.Parity = Parity.None;
before calling.Connect()
results in the internal serialport still creating withParity.Even
The text was updated successfully, but these errors were encountered: