Seting descriptor modbus master #68
Replies: 1 comment
-
This design idea came from the start and was defined as a requirement. The typical use case for Modbus master is: 1. setup the objects and network then 2. start communication. For the esp-modbus v1.0.x serial the Note: the esp-modbus v2.0 tcp stack uses smarter logic to check the object dictionary with conjunction with address table. It can not be changed simply run time. |
Beta Was this translation helpful? Give feedback.
-
As I assume setting descriptor in modbus master rtu instance should be done once?
I've realized that was the idea of library author is that correct?
Does using function
mbc_master_set_descriptor
every often in code execution does come with any drawbacks? Like possible memory leaks?From my quick assement it shouldn't cause any trouble.
You can correct me if I'm wrong.
using 1.0.15 esp-modbus
Beta Was this translation helpful? Give feedback.
All reactions