资 源 简 介
This library helps to debug software that uses the API for PassThru Vehicle Reprogramming (SAE J2534-1). It captures all necessary information to debug problems and presents that information to engineers in a human-readable form.
This software:
Is intended for engineers. If you are not an engineer you can probably stop reading.
Acts like a shim between the J2534-application and the J2534-device
Works with any J2534-compliant vehicle interface
Can be fully-integrated with an application or used with no changes at all
After loading a J2534 DLL the shim will continuously log debugging information to an internal circular memory-buffer and automatically capture a description string using PassThruGetLastError for most errors. This buffer can be saved to a UTF-8 encoded text file. Please refer to j2534-logger API documentation for details.
Used when built