diff --git a/src/mbpoll.c b/src/mbpoll.c index e788742..4872447 100644 --- a/src/mbpoll.c +++ b/src/mbpoll.c @@ -821,6 +821,7 @@ main (int argc, char **argv) { vIoErrorExit ("Unable to create the libmodbus context"); } modbus_set_debug (ctx.xBus, ctx.bIsVerbose); + modbus_enable_quirks(ctx.xBus, MODBUS_QUIRK_ALL); if (false == ctx.bIsQuiet) { vHello();