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

Implementation of Write Data By Identifier service

Open richClubb opened this issue 7 years ago • 2 comments

Implementation of the write data by identifier service and its container and method factory classes

richClubb avatar Sep 17 '18 16:09 richClubb

Basic code has been written, but the encoding rules need significant extension to cater for all possible input types covered by the standards. Currently running the basic test positive test cases to covering the initial basic encodings (ascii, int16 and a couple of others covered by the initial coding functions). Note: re-merged with master after the RDBI changes were merged down, so currently in synch with master.

beckyc567 avatar Nov 26 '18 10:11 beckyc567

Additional test cases have been added to cover positive testing of the negative response cases - this required a minor fix. Negative test cases (e.g. handling of an invalid negative response), has not been added yet (currently considered low priority).

beckyc567 avatar Nov 27 '18 14:11 beckyc567