8000 Conversion and name error · Issue #28 · sanny32/OpenModScan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Conversion and name error #28

New issue

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

Closed
dvaid21 opened this issue Jan 16, 2025 · 2 comments
Closed

Conversion and name error #28

dvaid21 opened this issue Jan 16, 2025 · 2 comments
Assignees

Comments

@dvaid21
Copy link
dvaid21 commented Jan 16, 2025

Great program to check, I have a concern that I can't solve:

I have a value of 6267 on the computer; The Modbus server is configured as Table:Input register, data type:i32 and with Modscan I read in hex it gives 0x187B, in i-16 it gives 6267 (both in 30002) and if I change to i-32 it appears 410714112, it is with this Last value that I don't understand where it comes from or how they calculate it, plus it happens to be 30001.

The error I'm talking about is that they have the big/little Endian inverted, for this example for the little they put 0001100001111011 and if I choose big they put 0111101100011000, I understand Big is MSB LSB.

Thank you

David

@sanny32
Copy link
Owner
sanny32 commented Feb 26, 2025

In fact the name 'big-endian' and 'little-endian' are used incorrectly now. Will be removed and added button to change byte order.

@sanny32 sanny32 self-assigned this Feb 26, 2025
@sanny32
Copy link
Owner
sanny32 commented Feb 27, 2025

Resolved in version 1.9.0

@sanny32 sanny32 closed this as completed Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0