Notices
ECU Flash

new livemap client

Thread Tools
 
Search this Thread
 
Old Jan 7, 2022 | 07:23 AM
  #16  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
new release
The following users liked this post:
Mappie (Jan 7, 2022)
Old Jan 8, 2022 | 10:52 AM
  #17  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
I am struggling to get this going. I have ECUFlash install and was able to verify my ECU ROM with my cable to verify that the new laptop install and the OP 1.3 cable both work. I also have EvoScan v2.9 and it works as well.

The ELM doesnt list anything in the combobox for interface and the status at the bottom shows "no interface".

Any thoughts? Do I need the OpenPort drivers from ECUFlash or FTDI drivers installed?


Old Jan 8, 2022 | 10:55 AM
  #18  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Originally Posted by dingus
I am struggling to get this going. I have ECUFlash install and was able to verify my ECU ROM with my cable to verify that the new laptop install and the OP 1.3 cable both work. I also have EvoScan v2.9 and it works as well.

The ELM doesnt list anything in the combobox for interface and the status at the bottom shows "no interface".

Any thoughts? Do I need the OpenPort drivers from ECUFlash or FTDI drivers installed?


of sorry at the moment op13 is broken, started a big refactoring of the project, if you don't have op20 I'll try to quickly fix op13
Old Jan 8, 2022 | 11:10 AM
  #19  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
Ah okay, at least it may not be something wrong with my new install!

I do not have an OP2.0 or one to try out.
Old Jan 8, 2022 | 12:21 PM
  #20  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Originally Posted by dingus
Ah okay, at least it may not be something wrong with my new install!

I do not have an OP2.0 or one to try out.
try
https://github.com/DowJhob/Evo-live-...ses/tag/1.007e
Old Jan 9, 2022 | 07:40 AM
  #21  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
I am still getting the "no interface" and no selections in the combobox for the interface with the new version.

EDIT: I have updated my thread subscription settings to get an email instantly for a post so I will be more responsive now.

Last edited by dingus; Jan 9, 2022 at 07:55 AM.
Old Jan 9, 2022 | 08:20 AM
  #22  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Originally Posted by dingus
I am still getting the "no interface" and no selections in the combobox for the interface with the new version.

EDIT: I have updated my thread subscription settings to get an email instantly for a post so I will be more responsive now.
try new release and join https://discord.gg/MSFSn5ywRv
Old Jan 9, 2022 | 09:13 AM
  #23  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
Originally Posted by Dow Jhob
try new release and join https://discord.gg/MSFSn5ywRv
I tried the lastest this morning with the same "no interface" result.

I joined the discord.
Old Jan 9, 2022 | 09:20 AM
  #24  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Originally Posted by dingus
I tried the lastest this morning with the same "no interface" result.

I joined the discord.
send me pm in disco
Old Jan 10, 2022 | 05:46 PM
  #25  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
first post updated
Old Jan 13, 2022 | 02:40 PM
  #26  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Originally Posted by 240Z TwinTurbo
Interested in live mapping the VE table for the 88592715 ROM. Do you have some high level instructions for how this is implemented? I peaked around the site in the original post, but was not clear on how to implement.
u can use tephra from https://www.evolutionm.net/forums/ec...ispreloading=1
Old Nov 26, 2022 | 07:35 PM
  #27  
Mappie's Avatar
Newbie
 
Joined: Jan 2021
Posts: 11
Likes: 0
From: The Netherlands
possibly to get this working on 32bit m32r ecu? with op2.0?
Old Nov 27, 2022 | 04:14 AM
  #28  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Originally Posted by Mappie
possibly to get this working on 32bit m32r ecu? with op2.0?
yes, you need rewrite live map code for m32 ecu
or attempt disasm factory livemap algo

Last edited by Dow Jhob; Nov 27, 2022 at 04:23 AM.
Old Nov 27, 2022 | 01:53 PM
  #29  
Mappie's Avatar
Newbie
 
Joined: Jan 2021
Posts: 11
Likes: 0
From: The Netherlands
Originally Posted by Dow Jhob
yes, you need rewrite live map code for m32 ecu
or attempt disasm factory livemap algo
Thanks, is it doable for me to change livemap code?
Anyhow the rom need disassembly i guess?
Can you give me some pointers where to look at?
Dma code right?
Old Nov 27, 2022 | 07:22 PM
  #30  
Dow Jhob's Avatar
Thread Starter
Newbie
 
Joined: Jun 2016
Posts: 93
Likes: 7
From: siberia
Yes, that's right, I expressed myself inaccurately (I answered from the phone). You need to implement the DMA code in the ECU,
then implement this protocol in my application. I'm not strong in m32, so I can't help, although the task of porting the jcsbanks code is trivial,
you need a compiler for m32 and find the mut3 switch in the processing functions. AFAIR on the Russian-language Airtrek forum
was Chatty's user and he implemented the factory protocol for the ECU Outlander.


Quick Reply: new livemap client



All times are GMT -7. The time now is 06:23 PM.