Help required to connect with Kepware using pymodbus #1920
-
Hello Community, I am trying to connect with Kepware modbus serial using pymodbus.
Here is the code for connecting.
Here is my kepware configuration Any help will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Are you sure "com50" is correct ? I know it writes 50 as Id, but that does not mean that it translates to COM50. Secondly you only set baud rate, I think you need to set more serial parameters. Thirdly client.send is not an external method, please look at the documentation. Please use our debug call, to get more information (see examples in the documentation). |
Beta Was this translation helpful? Give feedback.
-
Still a problem ? |
Beta Was this translation helpful? Give feedback.
Are you sure "com50" is correct ? I know it writes 50 as Id, but that does not mean that it translates to COM50.
Secondly you only set baud rate, I think you need to set more serial parameters.
Thirdly client.send is not an external method, please look at the documentation.
Please use our debug call, to get more information (see examples in the documentation).