-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels