Results 40 comments of Jones

Hey @ondrej1024 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...

Hi again @ondrej1024 may you can give [release 2.3.7](https://github.com/brainelectronics/micropython-modbus/releases/tag/2.3.7) another try again? I've added you proposed wait time after the flush. In case the reported issue was based on a...

> You could also try recompiling along with package freezing to reduce the memory footprint of the library - see [this link](https://docs.micropython.org/en/v1.19/reference/packages.html#cross-installing-packages-with-freezing) relates to https://github.com/brainelectronics/micropython-nextion/issues/18 @sabeehalam I've ordered the boards...

@brainelectronics add instructions for using [mpy-cross](https://pypi.org/project/mpy-cross/) to README to resolve this issue.

@julim29 thanks for your contribution. I've also added support for this controller with #622. I hope there will be a lot of merges in the future

@xclaesse it's fixed now with our pipeline. I'm not sure about the two failing jobs here. We use python logger and output the logged content to sys.stdout on the console....

@eli-schwartz you assumption is wrong I guess. As `return p.returncode` is leaving the function right after printing the error the new added steps are never reached

relates to https://github.com/micropython/micropython/pull/11764

Hey @ned-pcs , I've merged #35 to add the `pkg_resources` also for older `upip` users. Everything got tested successfully today. So one more rebasing and this great PR can be...