Tagged Questions

6
votes
3answers
2k views

Is there a good library for dealing with the Modbus protocol in .NET?

Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experiences, not just the top ...
1
vote
3answers
59 views

Access restrictions in Modbus protocol data model

What is exactly the difference between registers in the Modbus protocol data model? The protocol defines the following data model: | Discretes Input | Single bit | Read-only | | Coils ...