Release 3.0.0-alpha1
Unclaimed project
Are you a maintainer of NModbus4? Claim this project to take control of your public changelog and roadmap.
Changelog
NModbus4 is a C# implementation of the Modbus protocol. This project is archived in favor of https://github.com/NModbus/NModbus
Release 3.0.0-alpha1
@richardlawley
@breyed @bilalovim
Version 2.0 of NModbus4 introduces some breaking changes. In case of slave receives request with invalid function exception response would be returned to master instead of throwing ArgumentException (issue #2).
Also introduced new exception type InvalidModbusRequestException. You can subscribe on slave's event ModbusSlaveRequestReceived and thro...