Replies: 1 comment
-
Could you capture packets using Wireshark and post them here in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi sir,
i am reading 6-7 address at a time using below format to read string. but i am getting error : b' ISO : Bad PDU format'. each plc address contains 15 byte.
client.read_area(snap7.types.Areas.DB,1,3200,15).decode()
also if i use snap7.util.get_string(buffer1,3172,15) it gives me an error.
please suggest some solution.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions