I trying to give the user the option to select the Com port through a ComboBox, as well as BaudRate and Modbus slave address.
As far as I understand if I drag n drop the Modbus driver into the form then the connection will be started automatically when the Form loads.
What if I want to start the connection manually after selecting the port, baudrate and slave address for example on button click and also be able to disconnect change comms settings and then connected again.
Do I need to read and write registers connected to BasicLabels manually?
Is there any example project that could help understanding how AdvancedHMI works?