python-uds
python-uds copied to clipboard
A uds library for python
hi all, I'm using the lib with vn1610 vector hardware , during a scan of service 22 xx yy I got this exception: self.__recvBuffer.append(msg.data[self.__pduStartIndex:]) AttributeError: 'CanTp' object has no attribute...
Classes added to parse ihex files (ExtendedSegmentAddress, StartSegmentAddress, and StartLinearAddress record handling still needs to be added, but these were record types not present in any of the available ihex...
Currently CanTp has a statically defined timeout for the timeoutTimer parameter. This should be configurable using the config file or the kwargs passing
Basic code has been written, but not tested do to the service not being supported in the current test ODX file. Regression testing of request download and transfer data have...
Basic code has been written and tested. Currently includes the basic positive test cases to cover transfer exit, and positive testing of the negative response cases. Negative test cases (e.g....