cannot import name 'FramerType' from 'pymodbus' #2192
-
I'm using a fresh install of pymodbus on windows 11 (this is my first project on a new laptop). I've followed the docs and installed with "pip install pymodbus[serial]" and copied the "Simple synchronous client" code into a new document, but when I run the code I get the exception: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You do not tell which version of pymodbus you are using ? It looks a lot like you have installed an older version of pymodbus but have copied the example from latest ! you need the example version to match the pymodbus version. |
Beta Was this translation helpful? Give feedback.
You do not tell which version of pymodbus you are using ?
It looks a lot like you have installed an older version of pymodbus but have copied the example from latest ! you need the example version to match the pymodbus version.