Mercurial
Mercurial
>
Modbus
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
bz2
|
zip
|
gz
|
help
(0)
-2
+2
+10
tip
Tue, 10 Dec 2019 09:30:59 +0100
bmakuc
Mario's fix for the pointer alignment problem. See changeset 4: 99009b24d401.
changeset
|
files
Wed, 27 Nov 2019 14:53:22 +0100
bmakuc
Variables start_addr and count were read from query_packet using function mb_ntoh_safe. It looks like some compilers change the pointer alignment if the first byte starts at an odd address. Because mb_ntoh_safe uses pointers slave address and count (number of registers) were not read correctly from the buffer when several modbus slaves were present in network. In this temporary solution pointer aritmetics is replaced by simple 256 multiplication.
changeset
|
files
(0)
-2
+2
+10
tip