New release 0.8.1 can be downloaded hereBrief Change ListLogger- Logger fails to connect when the computer has no COM ports defined
Editor- Restored Logger launch menu item
Required DefinitionsThis version of RomRaider does NOT ship with ECU, Logger or Cars definitions. You are required to download and install these definitions in order for RomRaider to be completely functional. You can find the latest ECU definitions
HERE, the latest Logger definitions
HERE and the Cars definition for the Dyno tab
HERE.
A note to Nissan ownersNissan definitions will require to be updated to work correctly with this version.
The ECU ID and CAL ID are now required to be 6 characters in length.
In the Editor definitions for example, anything defined as follows:
Code:
<internalidaddress>2401</internalidaddress>
<internalidstring>ZD89A</internalidstring>
<ecuid>ZD89A</ecuid>
Now needs to be updated to:
Code:
<internalidaddress>2400</internalidaddress>
<internalidstring>1ZD89A</internalidstring>
<ecuid>1ZD89A</ecuid>
Insert 1 at the beginning of the internalidstring and ecuid element values and reduce the internalidaddress value by 1.
For the Logger definition in the <ecuparam> sections, references to the ECU ID must included the leading 1, for example:
Code:
<ecu id="1ZD89A">
For CAN Logging support use
Logger definition version 370 or higher.