Open GoogleCodeExporter opened 8 years ago
A similar issue is also found in the READ_WRITE_MULTIPLE_REGISTERS case of the
same function.
The line of code:
modbus_db.Single(x => x.UnitID == unit_id).HoldingRegisters[sa1 + (ii / 2)] =
ToUInt16(receive_buffer.ToArray(), 6 + (ii / 2));
Should read:
modbus_db.Single(x => x.UnitID == unit_id).HoldingRegisters[sa1 + (ii / 2)] =
ToUInt16(receive_buffer.ToArray(), 10 + ii);
Original comment by ty.bur...@gmail.com
on 5 Dec 2012 at 1:17
OK, many thanks!! This is a pre-release of the new version.
Can you test it and give a feedback?
Simone.
Original comment by s.assu...@gmail.com
on 10 Dec 2012 at 10:34
Attachments:
Issue 6 has been merged into this issue.
Original comment by s.assu...@gmail.com
on 19 Dec 2012 at 7:44
[deleted comment]
The new version was relesed 2 days ago.
Give it a try!
Simone.
Original comment by s.assu...@gmail.com
on 19 Dec 2012 at 7:46
Original issue reported on code.google.com by
ty.bur...@gmail.com
on 3 Dec 2012 at 10:07