python-uds icon indicating copy to clipboard operation
python-uds copied to clipboard

A uds library for python

Results 54 python-uds issues
Sort by recently updated
recently updated
newest added

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...

Adding support for ELM327 modules

enhancement

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...

enhancement

Currently CanTp has a statically defined timeout for the timeoutTimer parameter. This should be configurable using the config file or the kwargs passing

Just started - work in progress.

enhancement

Adding support for the LIN transport protocol

enhancement

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...

enhancement

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....

enhancement