2

One could put an argument that this question is about software and not mechanics, however now-days everything is computerized (including cars and their diagnostic tools) so I believe this question belongs here as this is where one intuitively look for such an answer.

I have recently bought this cable (ELM327 OBD2) but was unable to use it with Windows 10. Windows would detect the cable (USB to COM), but driver under system would have triangle with exclamation mark which indicates that there is something wrong with driver. When trying to update driver windows would give message that this is the latest driver.

I have tried using 4 different diagnostic programs and all of them would fail with messages similar to Unable to establish connection to COM port or nothing is plugged in, which in my opinion indicate that cable (or driver) is incompatible with Windows 10. (Cable was connected to the car and car had ignition on)

This question is not about how to make my cable work with Windows 10 but rather Does anyone know of OBD2 to USB cable that has drivers and works with Windows 10?

Matas Vaitkevicius
  • 548
  • 2
  • 7
  • 18

1 Answers1

3

Why use a the Canbus to USB adaptor (not a cable!) ?
The elm327 comes in at least three flavours:

  • One with an USB connection.
  • One with an bluetooth connection.
  • One with an Wifi connection.

I just ordered the third because it uses ancient but widespread IP v4 to set up a connection, making it usuable with almost any computer.
(Almost since it might be challenging on iphones and similar unless jail broken).

The alternatives both require special drivers and I am not convinced that those will be updated, neither in time (e.g. not yet available for your current OS) or not at all (e.g. when you want to use it over a decade with then current equipment).

Having written all that, lets actually try to solve your problem.

  1. The obvious way: If you do not have the drivers for windows 10 then do not use windows 10. Use a different OS. (Hint: Always wait a few months before upgrading to the newest of the newest).
  2. Failing that: Set up a VM on your laptop and pass though the USB connection. This is trivial with software sunch as VMwave workstation (free 30 day trial). There are also plenty of other free hypervisors on the market which do that. Just mentioning WMware workstation because that is what I used.

Both of these work, though the second might be a lot of work unless you are familiar with setting up the hypervisor and installing an OS. In addition to that you would need a CoA to run the second (older) copy of windows in a VM. Which makes it only interesting if you want to use one laptop for everything.

Hennes
  • 589
  • 4
  • 15