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
When I start a server with this config, and read registers out like that:
Modbus::Data<float, Modbus::EndianBigLittle> values[4]; // is cdab order if (slave->readRegisters (1, values, 4) > 0) ...
Then I get wrong data. Only if I use EndianLittleBig, I get correct results.
EndianLittleBig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I start a server with this config, and read registers out like that:
Then I get wrong data.
Only if I use
EndianLittleBig
, I get correct results.The text was updated successfully, but these errors were encountered: