NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports TCP, and UDP protocols.
Implementation of the repository pattern with two sources. The repository uses a slave repository by default. By calling the update method the slaves replaces its items with the ones of the master repository. I use this repository similar to a chache. The master repository i.e. could be a database...
More information
a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports serial ASCII and serial RTU protocols.
NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports TCP, and UDP protocols.