Skip to content
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

high byte/word first to low byte/word first conversion #33

Open
zmata opened this issue Apr 26, 2018 · 2 comments
Open

high byte/word first to low byte/word first conversion #33

zmata opened this issue Apr 26, 2018 · 2 comments

Comments

@zmata
Copy link

zmata commented Apr 26, 2018

Would it be possible to implement conversion options for:
High Byte First <--> Low Byte First
and
High Word First <--> Low Word First
Thanks

@3cky
Copy link
Owner

3cky commented Apr 27, 2018

I think it will be little tricky because mbusd as gateway can be used to access multiple slaves in RTU network, so mentioned conversion options should be configured on a per-slave basis, but currently mbusd has no per-slave configuration options. Also I think the best place to do such kind of conversion is a TCP master accessing mbusd.

@zmata
Copy link
Author

zmata commented Apr 27, 2018

I agree, but Loxone Smart Home miniserver only support it for reading registers, but not for writing.
I asked them to improve it, but they don't want to support it ;-(
We don't need it per slave. it's enough to have it per serial port (config file).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants