Hi all,
I'm new here.
I'm trying a couple off days to create a project, to read Modbus values from a Air Handling Group.
I want to make it possible to change connection settings in de HMI.
It's working well, only one thing is not working: Parity.
When i change parity in a combobox, i get a error.
This is the code for the combo:
Private Sub ComboBox3_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox3.SelectedIndexChanged
ModbusRTUCom1.Parity = ComboBox3.SelectedItem
End Sub