We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
Maybe you should add a mask to the last byte if the number of coils is not a multiple of 8?
CycloneTCP/modbus/modbus_client_pdu.c
Line 286 in de53360
See document page 29: https://modbus.org/docs/Modbus_Application_Protocol_V1_1b3.pdf Quote: "Unused bits in the last data byte should be zero– filled."
Best regards, Aleksandr (aka bullitmaster)!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
Maybe you should add a mask to the last byte if the number of coils is not a multiple of 8?
CycloneTCP/modbus/modbus_client_pdu.c
Line 286 in de53360
See document page 29: https://modbus.org/docs/Modbus_Application_Protocol_V1_1b3.pdf
Quote: "Unused bits in the last data byte should be zero– filled."
Best regards,
Aleksandr (aka bullitmaster)!
The text was updated successfully, but these errors were encountered: