Order ELM-USB, an universal multi-protocol
OBD-2 ELM32x compatible USB interface
Our diagnostic application are tested to work under Linux.
We do not provide native Linux or BSD binary files as this
would hardly get paid, however we have created our programs
to work under Linux in Wine.
Requirements
- Linux 2.6.x with USB support (or FreeBSD)
- USB CDC Driver
- Wine 1.0.1
Recent Debian Linux or Ubuntu meet the above requirements.
Setting up devices
Diagnostic applications require access to /dev/ttyACMx devices from Wine
environment. This can be set-up very easily using these commands:
ln -s /dev/ttyACM0 ~/.wine/dosdevices/com5
ln -s /dev/ttyACM1 ~/.wine/dosdevices/com6
ln -s /dev/ttyACM2 ~/.wine/dosdevices/com7
ln -s /dev/ttyACM3 ~/.wine/dosdevices/com8
Diagnostic interface such as
ELM-USB should be
then visible from diagnostic application.
Installation
Programs can be installed by launching setup .exe file using wine, e.g.
wine OBDTesterSetup.exe
.