Hi,
Nice work.
I realized that the minimum value for the self.cmbPort.setMinimum(1) in file Ui_settingsModbusRTU.py (line 32) should be "0" instead of "1", becasue in Linux you can have serial ports with "0" on its name, for example: "/dev/ttyACM0" or "/dev/ttyUSB0". Currently, the minimum value is 1 so I cannot configure the ports of my example (actually my computer). I changed to 0 and now I can configure them correctly.
Anonymous
Hi, Alejandro.
Thanks a lot for your help. I will fix it ASAP.
Best Regards