In ModbusServer, there exist both object coils and class Coils (same for
other 3 types of Modbus objects).
Setting the coils array in VB.net (which doesn't differentiate between
uppercase and lowercase) fails as there is a ambiguity between the object
and the class from which the object is instantiated.
In ModbusServer, there exist both object coils and class Coils (same for
other 3 types of Modbus objects).
Setting the coils array in VB.net (which doesn't differentiate between
uppercase and lowercase) fails as there is a ambiguity between the object
and the class from which the object is instantiated.
I solved by renaming the 4 classes.
I can submit a commit for this.
Hi Alessandro, yes I am meanwhile aware of that issue. Since I don't use VB, I never had that issue.
Yes, I would appreciate if you would submit a commit for this.