Stéphane Raimbault
Stéphane Raimbault
Thank you for your patch and the very good documentation. The patch duplicates too many lines of code. I think we can achieve the same behaviour with https://github.com/stephane/libmodbus/pull/323. It would...
Thank you @diplfranzhoepfinger (no need for CLA for such small changes).
Do you mean `int` are not set according to the underlying architecture on Windows (64 bits)?!
The provided information aren't helpful to help you.
Thank you @psychon for cathing the missing `modbus_close(ctx)` in @GodLiu1 application.
The release 2.13.0 (until 2.13.2) doesn't work anymore with the new connection pool of Django 5.1. My test suite passes with 2.12.0. ```python connection = self.pool.getconn() ``` raises a PoolTimeout.
@habu1010 you're right, my bad. If we remove this discutable computation, do you think we should add set/get methods to define the RTS delay (the delay before and after transmission)?
Please provide me more information about the RTS needs. Do we need a different delays before and after the write? Etc.
It seems a wrong error (const + const = const) from your compiler. How did your trigger the issue?