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
CRC is not being properly displayed on this section.
At Raw data we can see the CRC for a request, but on the "ModBus requests/responses" section the CRC appears to be as "0000" (always).
The text was updated successfully, but these errors were encountered:
As as temporarily measure, change "check_confirmation" function of file "modbus.c":
if (ctx->monitor_add_item) { ctx->monitor_add_item(ctx, 1, req[offset - 1], /* slave */ function, /* func */ ( req[offset + 1] << 8 ) + req[offset + 2], /* addr */ ( req[offset + 3] << 8 ) + req[offset + 4], /* nb */ (req[offset + 5] << 8) + req[offset + 6], (req[offset + 5] << 8) + req[offset + 6]); /* crc */ }
Sorry, something went wrong.
No branches or pull requests
CRC is not being properly displayed on this section.
At Raw data we can see the CRC for a request, but on the "ModBus requests/responses" section the CRC appears to be as "0000" (always).
The text was updated successfully, but these errors were encountered: