OtherTuningSoftware/PSITuner (2006-03-16 04:43:08)

PSITuner is an ongoing project to provide commercial quality tuning software for free to the VEMS community. Quality tuning software is necessary before hoping for any sort of commercial marketing initiative. If tuners like the product and find it easy to set up and use then they are more likely to recommend and sell the product.


Download the latest build here:

[psituner.zip]

Here is a list of features:

- Detects and communicates with the VEMS at a variety of different baudrates.

- Detects and recovers from a variety of data transmission errors.

- Detects and recovers from lost links and unexpected ECU resets

- Detects a VEMS board that is in the bootloader

- Reads and decodes the board serial number and hardware config options

- Allows flash updates of the board.

- Reads all the table sizes and the table data.

- Required firmware: 1.0.28 or later (included).

  • Installation Instructions
Unzip the archive psituner.zip into it's own directory and execute. This program requires firmware 1.0.26 or later. A supported firmware image is always included in the archive.

Please report bugs to hackish on IRC or send email to michael at fastmail (yes you can erase this) dot ca

  • Changes

I tried PSITuner on my Win98 laptop. Firstly XMLRTL60.BPL was missing, but I founded it somewhere. Maybe it should be added here too? Secondly I upgraded my test v3 board to v29 firmware and started PSITuner, it founded v29 correctly but I was unable to do anything?! I haven't tried it on Win2000 so I really don't know what should happen, but menus (map and the next one) didn't have anything on them or just nothing happened. Maybe some files are still missing?


This is the old and final delphi version of PSITuner. All new developer will be on the C++ version above...

[PSITuner-snapshot.zip]

This is the delphi version Build 358. Here is what it can do:


TODO:


VEMS/OtherTuningSoftware/PSITuner/DevelCode - Go here for development work in progress snapshots. Pre-Alpha testers are needed!

VEMS/SerialComm/SIPR/ is a serial interface protocol that is reliable. I am implementing this so the tuning software never has to assume its command was processed by the ECU. Instead data is sent and received in a stateless fashion using a pre-defined packet format.