Search found 614 matches

by dex
Mon Aug 15, 2005 5:04 am
Forum: TunerPro Discussion
Topic: Using Checksum function
Replies: 11
Views: 17433

Any success on this yet?
by dex
Wed Aug 03, 2005 12:14 am
Forum: General Tuning Discussion
Topic: Splitting stacked bin files?
Replies: 14
Views: 25009

Something new learnt :D
by dex
Tue Aug 02, 2005 12:05 am
Forum: General Tuning Discussion
Topic: Splitting stacked bin files?
Replies: 14
Views: 25009

I'd do this by using a hex editor (eg HDD HexEditor) and deleting the parts of the binary file you don't want, then 'Save As' the reduced binary.
by dex
Sat Jul 30, 2005 2:30 am
Forum: Report A Bug
Topic: XDF Description Box bug
Replies: 3
Views: 8894

I have the same problem on a Win98SE machine.
by dex
Tue Jul 26, 2005 11:42 am
Forum: TunerPro Discussion
Topic: Using Checksum function
Replies: 11
Views: 17433

Thanks, email sent.
by dex
Tue Jul 26, 2005 11:34 am
Forum: TunerPro Discussion
Topic: EEC-iv emulation problems
Replies: 4
Views: 8502

Thanks, I'm trying Craig too.

PS
Mangus wrote:TunerPro does not yet formally support Ford, but it will in a near future release
It's still a great bit of software and lets me start to create my own definition files.
by dex
Tue Jul 26, 2005 9:49 am
Forum: TunerPro Discussion
Topic: EEC-iv emulation problems
Replies: 4
Views: 8502

EEC-iv emulation problems

Finally got around to connecting my Autoprom to an eec-iv (Mondeo 2.0l DEEP ecu) today and encountered two problems. 1) Verifying the binary upload always failed when the F1 adapter was connected to the Autoprom but verified OK when it wasn't, is this normal? Do you have to upload first and connect ...
by dex
Tue Jul 26, 2005 2:25 am
Forum: TunerPro Discussion
Topic: Using Checksum function
Replies: 11
Views: 17433

Using Checksum function

Hi, I'm looking for help with the checksum function, I can't get it too work! I'm using TunerPro RT v 4.00.3554.0 on an eec-iv binary and setting the following under the 'add new' option on the checksum tab of the XDF Header Editor window; data start $2000, data end $E000, store address $200A, store...
by dex
Sat Jul 23, 2005 11:43 am
Forum: TunerPro Discussion
Topic: Newbie - I have data from EPROM - now what?
Replies: 4
Views: 9732

You need to find out what processor the Bosch Motronic 2.7 uses and disassemble the code. If it's an 'off the shelf' processor finding a disassembler shouldn't be too hard, it's a different matter though if the Bosch uses a custom processor. Then you need to examine the disassembly to identify the i...
by dex
Thu Dec 30, 2004 1:24 am
Forum: General Tuning Discussion
Topic: Disassembler
Replies: 6
Views: 15703

Audi RS2 disassembly

I use HDD Software's Hex Editor v2.0 to compare two bins, its freeware.

You might also want to take a look at

http://www.andywhittaker.com/Audi/ecu/index.html

This guy's done some work on a Bosch Motronic ME 7.1 ecu and it might help you.
by dex
Tue Dec 28, 2004 4:03 am
Forum: General Tuning Discussion
Topic: Disassembler
Replies: 6
Views: 15703

Audi RS2 disassembly

Missed one of the changes...... checksum(s) too!
by dex
Tue Dec 28, 2004 3:21 am
Forum: General Tuning Discussion
Topic: Disassembler
Replies: 6
Views: 15703

Audi RS2 disassembly

Assuming your disassembly has identified code and data then tables are found by recognising 'patterns' in the data. You won't know the function of the table but you usually can spot the width and depth of the table. Constants and flags are more difficult, if you don't have a disassembly of a similar...
by dex
Mon Dec 20, 2004 1:19 am
Forum: General Tuning Discussion
Topic: Disassembler
Replies: 6
Views: 15703

Audi RS2 disassembly

Hi,

You need to find out what processor the Bosch Motronic 2.3.2 uses. If it's an 'off the shelf' processor finding a disassembler shouldn't be too hard, it's a differnet matter though if the Bosch uses a custom processor.
by dex
Thu Oct 07, 2004 7:08 am
Forum: TunerPro Discussion
Topic: Ford EEC tuning
Replies: 1
Views: 5633

Ford EEC tuning

I'm trying to use TunerPro for editing Ford eec bin files and the Intel processor used in these ecu's swaps the high and low bytes of word sized data. Is there a way of getting TunerPro to recognise this when displaying an element size of 2?