Replies: 2 comments
-
I dont think so, looks like a bug. Pull requests are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I followed forwarder.py example, the
write_coil
would transfer towrite_coils
.I found "c5" which modbus function code = 0x5 would call
write_coils
to forward the message to the client instead ofwrite_coil
.Would there have any effect if I revise to
write_coil
?Beta Was this translation helpful? Give feedback.
All reactions