richClubb / python-uds

A uds library for python
MIT License
95 stars 54 forks source link

Implementation of ReadDTCInformation method #41

Open beckyc567 opened 5 years ago

beckyc567 commented 5 years ago

Work in progress

beckyc567 commented 5 years ago

Still in progress - currently the code has been written for all subfunctions other than response handling code for subfunctions with response length dependent on DTC structure parsing. The initial code is currently being debugged with the first test case (a number of test cases are present for those subfunctions that are currently present, plus the negative response test cases).

beckyc567 commented 5 years ago

An intermediate merge has been made back down to master. This includes all subfunction requests, but can only process the responses for those subfunctions that do not include parsing of DTC details from the ODX. Testing has also been limited to those subfunctions present in the current test ODX file.