mbusd icon indicating copy to clipboard operation
mbusd copied to clipboard

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

Open zmata opened this issue 6 years ago • 2 comments

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

zmata avatar Apr 26 '18 11:04 zmata

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.

3cky avatar Apr 27 '18 10:04 3cky

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).

zmata avatar Apr 27 '18 11:04 zmata