I hope to add applicable scenarios for the modbus_reply() function. #774
SupermanOfHeiLinPu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to write a Modbus slave software, but my register layout is as follows: [0, 5]: Input registers; [6, 10]: Holding registers; [11, 15]: Input registers; [16, 20]: Holding registers. In this case, the provided
modbus_mapping_t
andmodbus_reply()
functions in the library cannot achieve this functionality. I think we can write anothermodbus_reply()
function that uses a callback mechanism to retrieve and set data.Beta Was this translation helpful? Give feedback.
All reactions