Open GoogleCodeExporter opened 9 years ago
P.S. when logging is enabled, I've got strange thing: when there is an error,
there is no pymodbus.factory response into log.
Original comment by nitr0man...@gmail.com
on 12 Aug 2013 at 7:15
Is there any chance I can see your client code? It would be helpful in
debugging your issue.
Original comment by Bashw...@gmail.com
on 13 Aug 2013 at 5:06
There isn't non-trivial things into code. Code is in attach (serial-related
part). Trouble happens even in debug mode, when process pool isn't used.
Serial port closing after each requests batch was made for simultaneously usage.
'Client' class instance was re-initialized each time because earlier sometimes
instance 'hangs' and stops to process requests.
Original comment by nitr0man...@gmail.com
on 14 Aug 2013 at 7:08
Attachments:
I found that there's some issue in class<ModbusRtuFramer> in
function<checkFrame>...
if a resolved please share the solution for this issue.....
Original comment by rushabh....@gmail.com
on 9 Dec 2013 at 10:09
I'm having the issue too on my BeagleBone Black. The code runs fine on windows,
but when I put it on my BBB I have this same problem.
the port opens but I don't get anything. the timeout exception is not throw
either.
Original comment by ben.newm...@gmail.com
on 12 Sep 2014 at 4:47
Original issue reported on code.google.com by
nitr0man...@gmail.com
on 12 Aug 2013 at 6:21Attachments: