Pages: 1 ... 29 30 [31] 32 33 ... 63
Author Topic: ME7 EEPROM programmer  (Read 883653 times)
Allabout
Full Member
***

Karma: +0/-2
Offline Offline

Posts: 54


« Reply #450 on: November 30, 2014, 01:04:42 AM »

You should not need to boot mode the ECU to read the eeprom, but some people report issues reading it over ODB - the euro/immo should not affect this thou, I reguarly read 1.8T and 2.7T ECUs over ODB when they have immo active (In fact, I dont think I've ever read a eeprom in bootmode).

Make sure you do not click away from the window or try and do anything else while you are reading the ecu, this often causes it to fail to read. What ECU is it?

Not used/tried boot mode yet. Until I can get simple data logging first I won't play further.

Euro box code 511D.

I also only have the cmd prompt open to try and read ECU info or even data logging.
Logged
Namerows
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


« Reply #451 on: December 07, 2014, 02:14:28 PM »

I can't seem to get this port setup to work with a USB cable.
Can anyone help .my laptop doesnt have any com port
Logged
B6T
Jr. Member
**

Karma: +0/-3
Offline Offline

Posts: 27


« Reply #452 on: January 06, 2015, 09:33:03 PM »

I must be going crazy.  The me7_95040.exe program is running properly and is saying that the .bin file is saved - no obvious issues there.  But I cannot find the file that was supposedly saved.  It should be in the same folder as the .exe but it's not there.  I searched for the file as well, no luck.

Any ideas?
Logged
ddillenger
Moderator
Hero Member
*****

Karma: +639/-21
Offline Offline

Posts: 5640


« Reply #453 on: January 06, 2015, 09:50:07 PM »

I must be going crazy.  The me7_95040.exe program is running properly and is saying that the .bin file is saved - no obvious issues there.  But I cannot find the file that was supposedly saved.  It should be in the same folder as the .exe but it's not there.  I searched for the file as well, no luck.

Any ideas?

It is in the default directory unless you specify different.
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
nyet
Administrator
Hero Member
*****

Karma: +604/-168
Offline Offline

Posts: 12236


WWW
« Reply #454 on: January 07, 2015, 12:02:47 AM »

"current working directory"
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
B6T
Jr. Member
**

Karma: +0/-3
Offline Offline

Posts: 27


« Reply #455 on: January 07, 2015, 10:00:32 AM »

What does that mean exactly?  I was assuming that meant it would be in the same directory that the me7 program is running out of, but the files weren't there.

Sorry, I grew up after DOS/command prompt was relevant and I've never had a need to become familiarized with it.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-168
Offline Offline

Posts: 12236


WWW
« Reply #456 on: January 07, 2015, 10:39:34 AM »

What does that mean exactly?  I was assuming that meant it would be in the same directory that the me7 program is running out of, but the files weren't there.

No, it is the directory you are in when you run the .exe

Please provide a copy/paste of the dos box (including the output of the "dir" command after running the program). PLEASE DO NOT POST A SCREEN SHOT.

You can copy/paste text using the "mark" function.

Quote
Sorry, I grew up after DOS/command prompt was relevant and I've never had a need to become familiarized with it.

Time to learn Smiley

http://dosprompt.info/

Command lines will always be relevant.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
turboat
Hero Member
*****

Karma: +45/-3
Offline Offline

Posts: 619


« Reply #457 on: January 07, 2015, 04:32:27 PM »

Command lines will always be relevant.

Exactly what I was about to post Smiley
Logged
B6T
Jr. Member
**

Karma: +0/-3
Offline Offline

Posts: 27


« Reply #458 on: January 08, 2015, 05:41:44 PM »

ME7_95040 v1.31
Allows to program ME7 ECU's EEPROM (95040).
This software needs a dumb serial to k-line cable for connection with the ecu.

Usage: me7_95040 [OPTIONS]... [FILE]...
 -p, --comport COMPORT     Set COMPORT.
 -b, --baudrate BAUDRATE   Set BAUDRATE, default: 10400.
                           Allowed baud rates: 9600, 10400, 19200, 57600.
     --OBD                 Use this option to read the EEPROM over OBD port.
                           Currently, only read is supported in OBD mode.
     --bootmode            Use this option to program the EEPROM in boot mode.
 -r, --read                Save EEPROM contents to file.
 -w, --write               Write file to EEPROM.
 -s, --screen              Print EEPROM contents to screen.
     --help                Display this help and exit.

Usage example:
   Read EEPROM over OBD port:         $ me7_95040 --OBD -r -p 1 95040.bin
   Print EEPROM contents to srcreen:  $ me7_95040 --OBD -p1 --screen
   Write file to EEPROM in bootmode:  $ me7_95040 --bootmode -wp1 95040.bin

It's free for hobby use.
This software is provided "as is", with NO WARRANTY.
email: agv.tuning@gmail.com

C:\WINDOWS\system32>"C:\Users\Fred\Desktop\A4 USP\bin\me7_95040.exe" --OBD -r -p
 4 readout.bin
Ver: 1.31
Com Port: 4
Baud Rate: 10400
Opening COM4 ... OK
Initiating communication ... OK
ECU ID response: 4Z7907551M
                 2.7l V6/5VT     G
                 0001
                 SoftCod: 06752, WSC: 27665
Reading EEPROM ............................................................... O
K
File saved
Closing COM4
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-168
Offline Offline

Posts: 12236


WWW
« Reply #459 on: January 08, 2015, 05:59:45 PM »

system32 is your "current working directory" there. bad bad bad.

try not to run stuff from there, you don't want random files in that directory.

very very bad.

You want to learn how the "cd" command works.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
B6T
Jr. Member
**

Karma: +0/-3
Offline Offline

Posts: 27


« Reply #460 on: January 08, 2015, 06:47:57 PM »

Thanks for the tip.  I learned the cd prompt and have been navigating around.

Interesting point, changing absolutely nothing from what I was initially entering into the dos command, but using my older computer, I was able to read and save the file on the first try.

So there must be a safeguard in place on my current laptop.  I will now proceed to smash it with a large hammer of sorts.
Logged
turboat
Hero Member
*****

Karma: +45/-3
Offline Offline

Posts: 619


« Reply #461 on: January 09, 2015, 02:47:08 AM »

So there must be a safeguard in place on my current laptop.  I will now proceed to smash it with a large hammer of sorts.

In a modern laptop (win 7), you probably don't have write permission to ststem32 from a normal account. I have no idea why it defaulted to run from there.

When using the cd command, you can use the tab key to autocomplete directory names, to save on typing, and cd.. To go up a level.
Logged
B6T
Jr. Member
**

Karma: +0/-3
Offline Offline

Posts: 27


« Reply #462 on: January 09, 2015, 11:53:33 AM »

Even when (using the cd command) I selected a different directory, i.e. C:\ECU\, it wouldn't save the bin files to the computer.

I'm logged in as an administrator on this computer as well.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-168
Offline Offline

Posts: 12236


WWW
« Reply #463 on: January 09, 2015, 12:08:04 PM »

Please post the output including the result of typing "dir" after running the program.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
Cabok
Newbie
*

Karma: +4/-0
Offline Offline

Posts: 12


« Reply #464 on: January 09, 2015, 03:32:06 PM »

Your original command:

C:\WINDOWS\system32>"C:\Users\Fred\Desktop\A4 USP\bin\me7_95040.exe" --OBD -r -p 4 readout.bin

try changing the saved filename at the end:

C:\WINDOWS\system32>"C:\Users\Fred\Desktop\A4 USP\bin\me7_95040.exe" --OBD -r -p 4 C:\readout.bin


* I'm not sure if that's what you said you did with the "c:\ECU" in your previous post. If that's what you tried ("C:\Users\Fred\Desktop\A4 USP\bin\me7_95040.exe" --OBD -r -p 4 C:\ECU\readout.bin)
then you might want to move the file me7_95040.exe also in that directory.

Then:

"C:\ECU\me7_95040.exe" --OBD -r -p 4 C:\ECU\readout.bin

Just to be safe, make sure your prompt says C:\ECU>

If not, the quickest way is to type (one command at the time)

cd\

cd ecu

The first (cd\) will go to the root of the drive (c:\), and the second command will go to the "ecu" folder.
From there, the command should work fine. Windows shouldn't block anything there.







« Last Edit: January 09, 2015, 03:47:20 PM by Cabok » Logged
Pages: 1 ... 29 30 [31] 32 33 ... 63
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.026 seconds with 16 queries. (Pretty URLs adds 0s, 0q)