Skip to content

OBDII Helper breaks down a parsed OBDII code to tell you what it falls under.

Notifications You must be signed in to change notification settings

ciarans/OBDII-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

OBDII-Helper

OBDII Helper breaks down a parsed OBDII code to tell you what it falls under with regards to system information.

Information returned

  • Code - Formatted Code - p1349 => P1349
  • Code Type - SAE defined (EOBD), Manufacturer defined
  • System Group - Body (B), Chassis (C), Powertrain (P), Network communications (UART) (U)
  • System Area - Fuel, air or emission control, Transmission, Ignition system or misfire, Auxiliary inputs, Hybrid propulsion

Example

include "OBDIIHelper.php";
use OBDIIHelper\OBDIIHelper;
$o = new OBDIIHelper();
$code = $o->get_code_data("P1448");

About

OBDII Helper breaks down a parsed OBDII code to tell you what it falls under.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages