<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>Hello,</div><div><br></div><div>Testing mbpoll with Victron Energry Color GX. The Victron Energry Color GX error logs shows </div><div>mbpoll 1.0-0 (Debian 1.4.11+dfsg-2~bpo10+1) starting reference (-r) is off by -1.</div><div>Example: ./mbpoll -1 -a 100 -t 3 -r 840 -c 1 192.168.10.180</div><div>mbpoll will starts at 839 not 840.</div><div><br></div><div>Fix source file mbpoll.c</div><div>change line 952~</div><div>iStartReg = ctx.piStartRef[j] - ctx.iPduOffset;</div><div>to</div><div>iStartReg = ctx.piStartRef[j];</div><div><br></div><div><span><pre>-- <br></pre><div>Randy Butler</div><div>Huntington Country Store</div><div>70 Worthington Road</div><div>Huntington, MA 01050</div><div>413-667-3232</div></span></div></body></html>