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.
Anyone using Linux?
Re: Anyone using Linux?
Last edited by joukoy on Wed Apr 02, 2025 9:16 pm, edited 1 time in total.
Re: Anyone using Linux?
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...)
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