-
Notifications
You must be signed in to change notification settings - Fork 408
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
[Feature Request]: Can customize ‘default-payload-byte-order’ order #1617
Comments
Actually the versions I implemented are more like this: BIG_ENDIAN = 1234 The other two options: 3412 and 2143 we didn't need at that time and couldn't find devices that need this. However implementing these options is more work than the first two. I personally would probably not be working on this any time soon. If you want me to prioritize this, I have this page, wehre you can drop a donation: https://buymeacoffee.com/christoferu which will definitely motivate me to do it sooner .... or - what would be even better, you whip up a PR for this feature yourself or you find someone who does it for you. |
Okay, I'll try to implement it |
Naming wise, I would opt for:
|
Ok ... today I implemented the feature of supporting BIG_ENDIAN_BYTE_SWAP and LITTLE_ENDIAN_BYTE_SWAP as well as added support for overriding the default setting in the connection string on a per-tag basis. |
What would you like to happen?
now,Allowed values are:
it is like
Programming Languages
Protocols
The text was updated successfully, but these errors were encountered: