slowtec / modbus-core

A pure no-std Rust modbus library
Apache License 2.0
40 stars 16 forks source link

Little/Big Endian when parsing 0x03 Responses #9

Open pythcoiner opened 6 months ago

pythcoiner commented 6 months ago

I'm using modbus-core to parse requests/responses in order to display in a more user friendly way in this tool, i just notice i got this parsing issue:

image

image

i guess its on modbus-core side but not sure, i'll investigate and PR later...

edit: i guess the issue is only at Display/Debug level