Skip to content

Commit

Permalink
Merge pull request commaai#100 from gregjhogan/j2534-troubleshooting-…
Browse files Browse the repository at this point in the history
…instructions

Instructions for troubleshooting issues loading the j2534 driver
  • Loading branch information
geohot committed Mar 8, 2018
2 parents ad08ea4 + f3b6f5d commit ba16ba3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba16ba3

Please sign in to comment.