From f3b6f5d91902fdf571247f444cb07224719341f5 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Wed, 7 Mar 2018 14:09:21 -0600 Subject: [PATCH] added j2534 troubleshooting instructions --- drivers/windows/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/windows/README.md b/drivers/windows/README.md index 125f85577ff15d..c36e6abdc8a13f 100644 --- a/drivers/windows/README.md +++ b/drivers/windows/README.md @@ -137,5 +137,14 @@ More details here: relaxed to allow serialization of messages based on their address (making multiple queues, effectively one queue per address). +# Troubleshooting: +troubleshooting: +1. Install DrewTech J2534-1 Bus Analysis Tool +http://www.drewtech.com/downloads/tools/Drew%20Technologies%20Tool%20for%20J2534-1%20API%20v1.07.msi +2. Open DrewTech tool and make sure it shows "panda" as a device listed (this means registry settings are correct) +3. When DrewTech tool attempts to load the driver it will show an error if it fails +4. To figure out why the driver fails to load install Process Monitor and filter by the appropriate process name +https://docs.microsoft.com/en-us/sysinternals/downloads/procmon + # Other: Panda head ASCII art by dcau \ No newline at end of file