Search found 135 matches

by DWS
Sun Jun 02, 2024 6:32 am
Forum: Ford ECUs
Topic: Ford EEC-V Tuner Site
Replies: 2
Views: 108

Re: Ford EEC-V Tuner Site

New strategies added. These are currently untested, but should all relate to the Ford Falcon for the AU and similar markets. I don't have the computers here (usa) to test them, but hopefully the user that submitted them is able to test and confirm. N9XJ0 N9XJ2 N9XJ4 N9XJ6 N9XK5 N9XL1 NGIC6 NGIC9 NGI...
by DWS
Fri May 31, 2024 2:58 am
Forum: Ford ECUs
Topic: Ford EEC-V Tuner Site
Replies: 2
Views: 108

Re: Ford EEC-V Tuner Site

Goals/Progress

Security -> Engine Immobilizer (PATS) - 161 of 181 Strategies (89%)
by DWS
Fri May 31, 2024 1:00 am
Forum: Ford ECUs
Topic: Ford EEC-V Tuner Site
Replies: 2
Views: 108

Ford EEC-V Tuner Site

I'm slowly working on a website for modifying/tuning the Ford EEC-V 4 Bank computer files (many formats accepted). It's a very early work in progress, but figured I'd let some people poke around it, just be mindful it is a work in progress. The url is likely to change in the future, so it wouldn't b...
by DWS
Mon May 27, 2024 2:03 pm
Forum: Ford ECUs
Topic: Ford AU eec-v pcm .bin read options in 2023
Replies: 13
Views: 6308

Re: Ford AU eec-v pcm .bin read options in 2023

I've been poking at the EEC-V computers for a while, nothing related to AU though, but PCM Flash is what I used. For US models, 96-97 EEC-V doesn't work from what I've tested across several models, 1998-2003 works as long as the computer is the EEC-V type (216kb). 2004+ EEC-V I haven't tested, but l...
by DWS
Thu May 16, 2024 10:52 pm
Forum: Ford ECUs
Topic: Ford EEC-V Bin Converter for Different Software
Replies: 9
Views: 15275

Re: Ford EEC-V Bin Converter for Different Software

Looks like the KESS read is valid, the 256k one looks corrupted to me assuming they both came from the same computer. Not sure if you're used to looking at hex editors, but I highlighted the start of bank 0 and they don't match in the two files. Bank 1 looks good (didn't do a bin compare on just tha...
by DWS
Sun May 12, 2024 11:00 pm
Forum: Ford ECUs
Topic: EEC-V bin file and SAD
Replies: 6
Views: 7108

Re: EEC-V bin file and SAD

Most likely I can, would you be sending a bin or the computer physically? A pic of the sticker on the computer wouldn't hurt, but I just had a customer send me pics of an 01 and it's a strategy I've done before. Once I know what strategy it likely has, I'll know if I've done that one before or not. ...
by DWS
Sun Feb 04, 2024 11:08 am
Forum: Ford ECUs
Topic: Ford programming Explained
Replies: 8
Views: 2900

Re: Ford programming Explained

Yea once they cover the 1st gen version of the computers I planned to buy it for a secondary option for flashing. PCM Flash works great, but 96-97 it can't do for some reason even though it's still the EEC-V era. I haven't dug into it yet, but it might not even support the CANBUS EEC-V computers whi...
by DWS
Sun Feb 04, 2024 4:37 am
Forum: Ford ECUs
Topic: Ford programming Explained
Replies: 8
Views: 2900

Re: Ford programming Explained

This looks like a real interesting read, thanks for posting =). I heard about forscan wanting to add the ability to flash computers but I haven't followed it. Looks like currently the "1st gen" computers are still being worked on, but 2nd gen (sounds to be 2005ish through 2011ish) is what ...
by DWS
Sat Jan 27, 2024 10:04 am
Forum: Ford ECUs
Topic: How to properly define a byte in code with tvrfan's SAD?
Replies: 2
Views: 1624

Re: How to properly define a byte in code with tvrfan's SAD?

Yea if I was writing my own EEC-V code that's the route I'd go, however this is the stock code, there's some settings that aren't exactly meant to be able to be changed and those are effectively hard coded. When disassembling a file it would be nice to have the var name in the if statement so I don'...
by DWS
Sat Jan 27, 2024 3:04 am
Forum: Ford ECUs
Topic: How to properly define a byte in code with tvrfan's SAD?
Replies: 2
Views: 1624

How to properly define a byte in code with tvrfan's SAD?

I've been using SAD (Semi Automatic Disassembler) for a bit now and has been a great tool for what I've been doing in the EEC-V computers, linked below. https://github.com/tvrfan/EEC-IV-disassembler Currently the only thing I haven't worked out how to define correctly is hard coded values aka consta...