Mercurial
Mercurial
>
Modbus
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
tip
The revision graph only works with JavaScript-enabled browsers.
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.
2019-11-27, by bmakuc
Setting socket option so that TCP Modbus slave can re-use same port immediately after freeing it
2019-02-11, by Edouard Tisserant
Let Makefile use default CFLAGS and CC instead of overriding them
2018-11-16, by Edouard Tisserant
Remove incorrect inlines
2017-03-18, by Andrey Skvortsov
Initial commit.
2017-03-05, by Mario de Sousa
Loading...
less
more
|
(0)
tip