stephane / modbusino

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

loop sometimes returns positive when there was no data #1

Closed karlp closed 13 years ago

karlp commented 13 years ago

and when it does, it starts doing it over and over again....

karlp commented 13 years ago

This is the fix for now: https://github.com/karlp/modbusino/commit/08d4638a5fea9f36142b14ca390df6af703f883e

I'll try and finish tidying some stuff up for a proper pull request one of these days :)

stephane commented 13 years ago

Your fork contains many interesting things, I'm waiting for a pull request :) In the meantime, I've applied your fix.