stephane / modbusino

Small Modbus slave, RTU (serial) for Arduino
http://libmodbus.org
ISC License
143 stars 94 forks source link

RFC: Ignore frames not addressed to us #8

Closed karlp closed 5 years ago

karlp commented 9 years ago

This properly avoids replying (even with exceptions) to frames not addressed to us. To avoid overloading the -1 return code, it introduces separate return values for these cases.

Fixes #7

This is a merged into a single commit extraction of some work I'd done over the last xxx in my other fork.

stephane commented 5 years ago

Merged. Thank you.