Open d84812 opened 3 weeks ago
Do you do UDS resets or otherwise reset the socket? Seems suspicious of the ECU though if you're getting the wrong DID but not the wrong service. I'd be more inclined to think your DID codec is wrong size or the ECU is not following the spec. This is at the UDS layer though, I don't see any evidence to implicate the DOIP layer.
Today I faced with a weird behavior with doipclient + udsoncan library, after connection is established, my app sends data identifier requests, but receives replies to the other ones. This is related to the only one DOIP server.
Seems like some garbage on rx buffer. I managed this by deleting Ethernet adapter and reinstalling it. But after 5-10 minutes it happened again. No antivirus SW on that PC.
Example: requested f186, but received db94, etc.
What is going on there? Any ideas?