jacobschaer / python-doipclient

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

how to find more than 1 ECU at the same time by classmethod get_entity ? #43

Open LT415 opened 10 months ago

LT415 commented 10 months ago

hello Jacob

in the car, there are several ECUs. I try to get ECUs informations by classmethod get_entity, but there is always one result and it's random.

is there any method to get all of ECUs information ?

thanks