Page 1 of 11

VZ E55/E40/E38 ECU LINKER

Posted: Fri Jun 25, 2021 2:09 pm
by mattyjf01
VzEcuLink E55/E40/E38 V0.06
- Read/Write Vin
- Read SRAM at locations known by 6 OS (E55)
- *Read/Write E38 eeprom
- *Read E40 eeprom
- *Reset/Link Ecu
- *Read reset/link info
- *Reset/link Pim (No status info as I think it is on ALDL)
- *Clone/Save immobilizer data (Bench clone immo data)
- *Immobilizer builder from Pim Eeprom
_ *Hex view and edit of Security code
- Read Ecu OS and Cal numbers
- *E40 J2534 only at the moment
- ELM327 USB/Bluetooth and J2534
- KLine reader
- *Aldl Pim and Bcm programming
- *VY VZ Radio code calculator
- *VY VZ Odometer bin file editor

* (Not in Demo Version)

Tested devices:
- MDI
- VXDIAG
- Tactrix
- Autel JBox
- ELM327 USB
- ELM327 Bluetooth(Some clones wont send messages longer than 4 bytes)

*V0.04
- E40 support
*V0.05
- Added Immobilizer builder from Pim Eeprom
- Added Hex view and edit of Security code
*V0.06
- Added E38 eeprom read and write
- Added E40 eeprom read
*V0.08
-Added VY VZ Radio code calculator
-Added VY VZ Odometer bin file editor
Vz Ecu Linker.png
Vz Ecu Linker.png (28.26 KiB) Viewed 5061 times
VY VZ Radio pin.png
VY VZ Radio pin.png (262.94 KiB) Viewed 5061 times
immo builder.png
immo builder.png (2.98 KiB) Viewed 12982 times
Aldl.png
Aldl.png (29.38 KiB) Viewed 18387 times
VZ ECU Linker Help.rar
(97.24 KiB) Downloaded 548 times

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Fri Jun 25, 2021 3:56 pm
by VX L67 Getrag
Nice work I can't wait to test it out!

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Fri Jun 25, 2021 4:41 pm
by delcowizzid
Oh hell yeah good to see everyone hitting the E55 stuff

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Fri Jun 25, 2021 5:24 pm
by The1
Well done, will give it a go, hopefully my code helped speedup dev for you and tazzi and the guys give a steer as to where to keep looking! So it wasn't to painful for you.

Id like to know where it was located as id pretty much checked all PIDs forward and backward and upside down as well as ram locations and flash. The only thing i hadn't checked is far locations in PIDs with address's beyond the normal requests.

Good to see you got flash read/write working, i have been offline for a while due to family passing and havn't had any time to do anymore work on this stuff! I can give you some info for the Barina / Corsa stuff if you want to do read/write on that to.

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Sat Jun 26, 2021 5:53 pm
by mattyjf01
Just Wrote another program for VE E77
Its very similar

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Sun Jun 27, 2021 7:26 pm
by hsv08
mattyjf01 wrote:Just Wrote another program for VE E77
Its very similar
Awesome, Look forward to your progress. Tried the E55 Linker today. Couldn't seem to link a reset ECU to a BCM PIM key head combo on bench, Actually ended up putting a 10min lockout on PIM so unsure as to why. But when I have a spare minute i can try another set unless you have a procedure in order to do it?
Do you have a raw debug log imbedded that can be attached?

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Sun Jun 27, 2021 11:15 pm
by mattyjf01
No debugging or error checking.
Pim and ecu buttons share the same code text box.
I personally have never needed to reset a Pim.
I checked the status of the pim on aldl with a tech2 while resetting.
Reset my test bench pim 30 times lol
Maybe i should remove the pim buttons all together as I never use them to be honest

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Mon Jun 28, 2021 12:02 am
by Gampy
Remember it's about your users and what they want, not you! :thumbup:

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Mon Jun 28, 2021 8:31 am
by The1
Yeh sorry i thought this version had bin and cal read/write but it doesn't, im guessing your more down the track than i am with this?

Re: VZ E55 ECU LINKER "SRAM CODE READER"

Posted: Mon Jun 28, 2021 9:54 am
by mattyjf01
The1 wrote:Yeh sorry i thought this version had bin and cal read/write but it doesn't, im guessing your more down the track than i am with this?
Maybe in the future but at the moment trionic canflasher reads fine in the car but writing is only done on the bench.

I had a working program in vb.net using an arduino and canbus shield last year
Tried to adapt to j2534 but couldn't get passthru readmsg to work
So gave up on vb.net and switched to c#