-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Hex Converter #1447
Comments
Alternatively, I'd prefer to have hex and decimal functionality included in an extended Ascii-binary tool. See also #1072 |
Convert hex buffer to (un)signed integer/float Fix CorentinTh#1447
Convert hex buffer to (un)signed integer/float Fix CorentinTh#1447
Convert hex buffer to (un)signed integer/float Fix CorentinTh#1447
Hi @Cryoza and @elfrinjo , some hex coder/decoder in #1530 and in my fork : https://sharevb-it-tools.vercel.app/hex-converter And if you are interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
It would be awesome to have a tool that would be (ideally) working such as to convert hexadecimal values into various data formats, including bytes, integers (both signed and unsigned), and floating-point numbers, accommodating different bit significances and endianness configurations.
This tool is particularly beneficial for professionals working with industrial communication protocols and interfacing with diverse hardware devices, as it aids in interpreting raw binary data by providing:
By accommodating various endianness and bit significance scenarios, the Online Hex Converter assists users in accurately interpreting and analyzing hexadecimal data, facilitating effective communication with a wide range of sensors and devices in industrial and IIoT (Industrial Internet of Things) applications. It is really helpful to use when developing/testing applications that would be working on PLCs as most of them use HEX to display data rather integers that are more people-friendly. If you could implement that or you need help with it (as the existing tool is really nice!) I am willing to give a shoulder.
Is their example of this tool in the wild?
web application
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: