Use on Linux #2447
-
This is not a pymodbus issue... maybe. I have a some code based on and using this library. I can execute the code on windows and everything is perfect. When attempting to use on ubuntu 22.04, I can see using netstat -t the server is established. Using Modbus poll on another pc, I can connect but get timeout errors. Same issue using mbpoll on the same linux machine Error the linux system running the server shows: ".../async_io.py, line 69, in callback_connected This is the exact same code that is flawless on windows. What am I missing? is it some permissions to allow the data out of the linux machine? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Without seeing the code it's impossible to tell what the problem is. Are you sure both systems use v3.7.4 the error looks like an old server. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
please check with pip, with versions are installed on your windows and your ubuntu system.
the type error is because you have not specified framer= correctly, and exactly that have changed with 3.7.0