Anyone using Linux?

They go by many names, P01, P10, P12, P59, E38, VPW, '0411 etc.
User avatar
joukoy
Posts: 398
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: Anyone using Linux?

Post by joukoy »

I made a hack for serial port detection in Linux: Script for collecting ports to txt file and start hammer.
Modified Hammer to read port information from file.
Maybe not a good solution for everyone, but better than manually editing registry every time.

PCM reading still fails.
Last edited by joukoy on Wed Apr 02, 2025 9:16 pm, edited 1 time in total.
User avatar
joukoy
Posts: 398
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: Anyone using Linux?

Post by joukoy »

Now it works, but it is not fast (~10kB/s)
Tested full read & full write (clone) with P59.

Required mod to OBDXProDevice.cs:
this.MaxReceiveSize = 192 + 10 + 2; // with 10 byte header and 2 byte block checksum

Maybe you find better solutions, but I couldn't make it work with timeout change etc.

My test environment setup: Linux Mint 22.1 64bit
Installation (from memory...)

Code: Select all

sudo apt install wine32 winetricks
winetricks dotnet472
sudo usermod -a -G dialout <userName>
Attachments
PortDiscovery.zip
(2.79 KiB) Downloaded 37 times
Post Reply