Giter Club home page Giter Club logo

Comments (8)

thdankert avatar thdankert commented on July 29, 2024

If you already have a connection to your car, you can get the DTCs by sending the appropriate PIDs and parsing the response.

  • LTOBD2PID_PERMANENT_DTC_0A
  • LTOBD2PID_PENDING_DTC_07
  • LTOBD2PID_STORED_DTC_03

The exact command depends on the kind of DTC you want to read, as there may be some only relevant to a freeze frame, or some are stored permanently due to repeated errors.

Either way, if there are DTC reported, the response will have an array troubleCodes which contains LTOBD2DTC. These have a code and an explanation.

If the explanation is empty, it's probably a manufacturer-defined code: These are usually explained in your car maker's service/workshop manual.

from ltsupportautomotive.

janessbach avatar janessbach commented on July 29, 2024

Is there also the possibility to delete the error codes?

from ltsupportautomotive.

mickeyl avatar mickeyl commented on July 29, 2024

Yes, sending LTOBD2PID_CLEAR_STORED_DTC_04 will reset the MIL and erase the stored DTCs.

from ltsupportautomotive.

mukulpandey57 avatar mukulpandey57 commented on July 29, 2024

Hello @mickeyl , @thdankert
I am getting incorrect DTC in my code using this Library.
From Other App i am getting "P0441","P0442","P0446" and in my app using LTSupportAutomotive i am getting "C0104" "C0204"
Please help it's urgent.
Screenshot 2020-08-24 at 2 22 21 PM
Screenshot 2020-08-24 at 2 23 23 PM

from ltsupportautomotive.

thdankert avatar thdankert commented on July 29, 2024

@mukulpandey57 Is your issue related to this one? The OP asked for general information on using this library to read DTCs - he probably moved on, as this issue has not seen any activity in over a year...

Regarding your question: which DTCs does the other app read, and which ones did you read using this library? There are 3 different PIDs for reading them:

  • LTOBD2PID_PERMANENT_DTC_0A
  • LTOBD2PID_PENDING_DTC_07
  • LTOBD2PID_STORED_DTC_03

from ltsupportautomotive.

mukulpandey57 avatar mukulpandey57 commented on July 29, 2024

@thdankert , Thanks for your quick response. I was using all three PID ($03, $07,$0A) and only getting the C Codes and other wired scanner and apps getting the P Codes. Please assist.

Seems like something related to this #31

Screenshot 2020-08-24 at 2 47 07 PM
Screenshot 2020-08-24 at 2 46 57 PM
Screenshot 2020-08-24 at 2 46 51 PM
Screenshot 2020-08-24 at 2 46 35 PM
Screenshot 2020-08-24 at 2 46 44 PM

from ltsupportautomotive.

thdankert avatar thdankert commented on July 29, 2024

I'm afraid I am unable to assist you there. I don't know anything about your car, the code you wrote, and how the other applications read DTCs.

from ltsupportautomotive.

Nikhil-Quadrish avatar Nikhil-Quadrish commented on July 29, 2024

How to clear the DTC code ? "LTOBD2PID_CLEAR_STORED_DTC_04" any more explanation to this?

from ltsupportautomotive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.