beyonlo
beyonlo
Hello @AlKoAl What exactly do not works? Could you paste here the errors?
This lib should be works without issues in any platform where MicroPython runs, including RPico and RPico-W > At the begining, there is no specific errors. The whole code (from...
> Oh, thank you so much for such a detailed answer! I should have asked my question earlier, you helped me a lot in organizing my thoughts. You are welcome!...
@NormanStudentRobotic Hello! Your project is very great, and this lib will fit very well for your project! So, of course you need to run the **ModBus RTU Slave** on the...
@Reseva Could you please put this code before all others code and paste the result here? ```Python import gc print(f'mem_alloc: {gc.mem_alloc()} | mem_free: {gc.mem_free()}') ``` And please, paste always the...
Hello @brainelectronics are you thinking to solve this bug as well?
Hello @brainelectronics good morning :) > Good morning @beyonlo yes I'm planning to solve all of these issues. That's great >To be honest I have to rearrange prio a bit...
Hello @ondrej1024 Here an example https://github.com/GimmickNG/pycopy-modbus/blob/ad38bb74d2da0a4b22c518567bbee44647da7afd/examples/rtu_host_example.py#L34 where show that the default is 120 ms, and you can to change the timeout just changing the `read_timeout` for a new value (in...
@AndreyVus please, try to download the lib and copy it manually (like as mpremote) to check if works.
@brainelectronics I used the https://github.com/sandyscott/micropython-modbus/tree/develop to do this test, but I have error, maybe I do not used correctly: I tried to use invert on the [rtu_client_example.py](https://github.com/GimmickNG/pycopy-modbus/blob/mpmodbus-compatibility/examples/rtu_client_example.py) example. Here part...