Results 40 comments of Jones

Hi @ric96 Unfortunately I don't have much time to work on it. Another project is taking all my free time right now. Of course I'm happy with any contributions here

To clarify. This issue exists only, as labeled, in the client Implementation of this library. The issue does not exist when reading from a power meter or other device not...

Unfortunately no 😔 but it's only a client Implementation issue. As mentioned the data should be returned in blocks of 8 starting with the highest address. Like 27, 26, ......

Thank you @GimmickNG for your PR 🎊 I need a deeper review and testing the next days but the first impression is very good 👍🏻 - [ ] Check CI...

Please mention #5 and #11 in the Changelog entry

@beyonlo could you test the first release candidate of this lib with Async support? https://test.pypi.org/project/micropython-modbus/2.4.0rc39.dev56/

@beyonlo best finding so far 😂 I've fixed the packaging code, let's try again with [2.4.0rc40.dev56](https://test.pypi.org/project/micropython-modbus/2.4.0rc40.dev56/) @GimmickNG could you please update the `setup.py` as follows ```python packages=['umodbus', 'umodbus/asynchronous'], ``` Regarding...

This is the next release candidate out for testing 😄 Thank you @beyonlo for testing and thank you @GimmickNG for providing https://test.pypi.org/project/micropython-modbus/2.4.0rc42.dev56/

@beyonlo thanks for checking, I get the same result on my board locally. I just merged #64 to run the Docker based tests also on external PRs, could you @GimmickNG...

@GimmickNG as far as I can see from the [automated tests](https://github.com/brainelectronics/micropython-modbus/actions/runs/4473907421/jobs/7865880437) `umodbus.tcp._send_receive` has some issues. May you can check this on your local machine with Docker?