jacobschaer / python-doipclient

Pure Python ISO 13400 Client
MIT License
151 stars 50 forks source link

ConnectionRefusedError #35

Open jndxcaiwei opened 1 year ago

jndxcaiwei commented 1 year ago

Hi,I used like this, but occur an error like this,do you know the reason about this? image

JamesFordV3 commented 1 year ago

hi, what is this PyCharm skin or theme which you using for coloring code? its looks nice

QiCodeCN commented 1 week ago

Hi,I used like this, but occur an error like this,do you know the reason about this? image

You can try to increase this parameter activation_type=None, and I have an effect with the same problem with this configuration client = DoIPClient(ip, logical_address, activation_type=None)