Search found 1 match

by vishwanath
Fri Feb 15, 2019 1:31 am
Forum: Freematics Products
Topic: DTC codes aren't P0xxx.
Replies: 8
Views: 23617

Re: DTC codes aren't P0xxx.

I too face the similar issue reading the DTCs.

On converting to hex I got 100, 200, 300, 4300, 8200, c1 . I got 100,200,300 but how to match with 4300 and 8200 and c1
here is the my piece of code:
char* getDTC() {
uint16_t dtc[7] = {0};
static char dtcbuffer[100] = {0};

char dtc_codes[50] = {0 ...