Page 2 of 2

Re: Anyone using Linux?

Posted: Tue Apr 01, 2025 4:11 pm
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.

Re: Anyone using Linux?

Posted: Wed Apr 02, 2025 9:16 pm
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>