Results 40 comments of Jones

@beyonlo I've published https://test.pypi.org/project/micropython-modbus/2.4.0rc50.dev56/ for you, I initially wanted to wait for the tests to pass successfully, but I see the benefit in having the release out for testing

> By the way, @brainelectronics I think the files should be renamed if possible - the filename `*_client_example.py` can confuse people because it's actually a server, not a client according...

Will check by tomorrow after fixing #35 for you @beyonlo. @j-broome I also assume the change of the wait time here https://github.com/brainelectronics/micropython-modbus/blob/59e1c6c8bc41c9b893f0c17d54229c924b7c3817/umodbus/serial.py#L260 could solve your issue. It might ran into...

@j-broome not yet. I was busy with #55 this evening. I'll check & resolve it until the end of this week. Did you play around with the mentioned sleep time...

Hi again @j-broome I've now tested the setup on real hardware with two RP2. Once with 9600 baud, and then with 115200 baud using the `rtu_host_example.py` and `rtu_client_example.py`. Only modification...

Hey @j-broome may you can give [release 2.3.5](https://github.com/brainelectronics/micropython-modbus/releases/tag/2.3.5) a try again? MicroPython v1.20.0 is recommended as it introduces the `flush` function for UART, implemented in #75, for older MicroPython firmware...

Hey, I haven't tested it on a Pico yet but there should not be any issues.

> At the begining, there is no specific errors. The whole code (from main.py and boot.py) isn't working on Raspberry Pi Pico because this platform doesn't have WiFi module as...

Hey @AlKoAl and @volkar1 the bug is now fixed in [2.1.2](https://github.com/brainelectronics/micropython-modbus/releases/tag/2.1.2) @Lyansun you can get some more informations about the usage with a Raspberry Pi Pico in #34 and #43