Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

someone had tryed ELS27 with Megane 4? #76

Closed
igno77 opened this issue May 23, 2018 · 78 comments
Closed

someone had tryed ELS27 with Megane 4? #76

igno77 opened this issue May 23, 2018 · 78 comments

Comments

@igno77
Copy link

igno77 commented May 23, 2018

Hi to all,
I've seen in last version of ddt4all the new icon of ELS27. After a quick reserch of information I know that this interface is better than ELM (faster, stable and use Mcan and Lcan at the same time) but....we need to modify some wiring for use it with a Megane 4? It seems this interface born for Ford and Mazda cars, not for Renault. On a russian website there is a modification of the els27 but no one have had success with the connection. Do you have more info? What kind of chip we must have insiede?
Thanks

@KarelSvo
Copy link
Contributor

KarelSvo commented May 26, 2018

You only must to modify the ELS27 if you want to use the media can bus.
https://a.d-cd.net/40c326ds-960.jpg
The second can bus input must be diverted from Ford to Renault media pin.
Simply get yourself an experience with els27 from aliexpress from 13 euro.
Please your note, obdlink interface and els are preset to baudrate 115200. If firmware is not up-to-date then just update to scantool.net.
I must to use windows 10 for update ELS.

@pakoto
Copy link

pakoto commented May 26, 2018

Check photo. Description says 3-12 11-13: wrong, and photo shows 6-13, 12-14: wrong because you connect canbus and mm canbus into the car obd, dangerous!).

@premultiply
Copy link

No. "Normal" CAN-Bus is on 6+14 (unmodified).
Only the second independant CAN-Interface needs to be briged to Renault MM-CAN on 12+13. Ford-Pins 3+11 does not have any connection on Renault vehicle OBD port so there is no need to remove or disconnect them on ELS27. Just wire these two connectors and you can use it on Ford and Renault vehicles.

@pakoto
Copy link

pakoto commented May 26, 2018

Sorry, i mean that zmiterm bridge 6-13 and 12-14 and use it out the car. See green red cables in the photo and compare position with generic OBD pinout photo. If you connect els27 like this, you shortcircuit canbus and mm canbus into the car.

@ohayyam
Copy link

ohayyam commented May 26, 2018

I tried many combinations but no success. Even i disconnect obd socket side and main board connections and made many more combinations according to ford and renault pin out diagrams but all fail. I never read succesfull story. does really anyone use els27 with any renault ? I already asked to zmiterm on drive2.ru no answer. I believe els27 may fake ??? I contact russian seller of original els27 he said 75 usd but he did not know about cable modification for renault. He said original els27 will work with renault. I am not sure and waiting to read success story with els27 and renault.

@pakoto
Copy link

pakoto commented May 26, 2018

Clone els27 works with canbus, but NO with MM canbus. Tested by me with cedric. We need to know how ELS27 switch between canbus/mmcanbus (soft-controlled?)

@premultiply
Copy link

Simple second virtual COM on USB?

@ohayyam
Copy link

ohayyam commented May 26, 2018

I already mail latest ddt4all v.3.4.5 program with mar2018 database to cedric to check ;) download link on drive2.ru site by zmiterm.

My els27 may damage during combination try :)) never connected or it was fake because i tried it without cable mod. It did not work for me.

@premultiply
Copy link

@premultiply
Copy link

@cedricp This looks like the protocol description to change the CAN interface for MM-CAN access:
https://www.scantool.net/downloads/118/mx_protocol_commands.pdf
You have to select a "MS-CAN" preset first an then adjust the baud rate to 500000.

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

I saw that, but I don't have the hardware to test it yet.

@premultiply
Copy link

I have one here. How can I assist you?

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

I created an els27 branch, you can try it... (a dropdown box has beed added in the toolbar to select CAN line)

@premultiply
Copy link

First try run (without connected to car X10 ZOE) with els27 branch:

Traceback (most recent call last):
  File ".\ddt4all.py", line 514, in changecanspeed
    self.paramview.setCanLine(item)
  File "C:\Program Files (x86)\ddt4all\parameters.py", line 534, in setCanLine
    self.initELM()
  File "C:\Program Files (x86)\ddt4all\parameters.py", line 537, in initELM
    connection_status = self.ecurequestsparser.connect_to_hardware(self.canline)
  File "C:\Program Files (x86)\ddt4all\ecu.py", line 1015, in connect_to_hardware
    options.elm.set_can_addr(short_addr, ecu_conf, canline)
  File "C:\Program Files (x86)\ddt4all\elm.py", line 1170, in set_can_addr
    self.lf.write('#' * 60 + "\n#connect to: " + ecu['ecuname'] + " Addr:" + addr + "\n" + '#' * 60
+ "\n")
TypeError: cannot concatenate 'str' and 'NoneType' objects
Scanning ECU FRRAD
Scanning ECU INV-ME_29b
Scanning ECU Aide au parking
Warning, address DB is not mapped
Warning, address DC is not mapped
Skipping CAN extended address (not supported yet)  DA
Scanning ECU WCGS
Scanning ECU FCAM
Scanning ECU BCB
Scanning ECU PEB
Scanning ECU CAN Adapter / BAC
Scanning ECU VSP
Scanning ECU AAU
Scanning ECU IDM
Scanning ECU UCH
Scanning ECU ABS-VDC - ABS-ESP
Scanning ECU Direction assiste
Scanning ECU HVAC
Scanning ECU LBC2
Scanning ECU HFM
Scanning ECU E-ACT-EBA_29b
Scanning ECU BCB-OBC_29b
Scanning ECU DCM Renault
Scanning ECU UBP
Scanning ECU UPC-EMM
Scanning ECU Frein de parking lectrique
Scanning ECU Airbag-SRS
Scanning ECU LBC (EV)
Scanning ECU (H) EVC
Scanning ECU PLC/PLGW
Skipping CAN extended address (not supported yet)  2D
Scanning ECU Audio
Scanning ECU MIU
Scanning ECU Navigation-UCC-ITM
Scanning ECU TDB
Skipping CAN extended address (not supported yet)  D2

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

This error is not related to els27 work, which ECU are you trying to connect ?

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

Just committed a fix for this kind of problem.

@premultiply
Copy link

Ok, did a test on my car (ZOE) now but switching to "MediumSpeed CAN" does not change anything.
All communcation stays on HS-CAN.

Switched to "MediumSpeed CAN" after startup, selected my vehicle from list and pressed scan.
All ECUs from HS-CAN where found but nothing from MM-CAN (Navigation/MFD, ...) was found.

Verwendung einer benutzerdefinierten Datenbank
libpng warning: iCCP: known incorrect sRGB profile
Starten des ELM mit einer Baudrate von 500000...
Versuche Anschluss zu oeffnenCOM17 @ 500000
Checking els
Test der Baudrate: 500000
Starten mit Baudrate: 500000
2933 ECUs wurden geladen.
Scanning ECU FRRAD
Scanning ECU INV-ME_29b
Scanning ECU Aide au parking
Warning, address DB is not mapped
Warning, address DC is not mapped
Skipping CAN extended address (not supported yet)  DA
Scanning ECU WCGS
Scanning ECU FCAM
Scanning ECU BCB
Scanning ECU PEB
Scanning ECU CAN Adapter / BAC
Scanning ECU VSP
Scanning ECU AAU
Scanning ECU IDM
Scanning ECU UCH
Scanning ECU ABS-VDC - ABS-ESP
Scanning ECU Direction assiste
Scanning ECU HVAC
Scanning ECU LBC2
Scanning ECU HFM
Scanning ECU E-ACT-EBA_29b
Scanning ECU BCB-OBC_29b
Scanning ECU DCM Renault
Scanning ECU UBP
Scanning ECU UPC-EMM
Scanning ECU Frein de parking lectrique
Scanning ECU Airbag-SRS
Scanning ECU LBC (EV)
Scanning ECU (H) EVC
Scanning ECU PLC/PLGW
Skipping CAN extended address (not supported yet)  2D
Scanning ECU Audio
Scanning ECU MIU
Scanning ECU Navigation-UCC-ITM
Scanning ECU TDB
Skipping CAN extended address (not supported yet)  D2

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

Did you rewire the MS-CAN lines on the OBD connector ? AFAIK, it's not connected to the good pins.

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

Just fixed an issue with MS-CAN scan, sorry, can you retry ?

@premultiply
Copy link

Yes of course it's rewired.
Yep, I will try again in a few minutes.

@premultiply
Copy link

premultiply commented Jun 12, 2018

Sorry, still only ECUs from HS-CAN.
And manual MFD selection still does not get any data.

And many

ECU uses SDS 10C0
Bad ELM response : WRONG RESPONSE MULTILINE CFC0
Bad ELM response : WRONG RESPONSE MULTILINE CFC0
Bad ELM response : WRONG RESPONSE MULTILINE CFC0
Bad ELM response : WRONG RESPONSE MULTILINE CFC0

in MFD ECU screen.

@premultiply
Copy link

There are some more command descriptions in https://www.scantool.net/scantool/downloads/234/stn1100-frpm-preliminary.pdf which are removed from later versions of the documentation.

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

That's weird, can you send me your elm log over ?

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018

You can also try to add a line at the end :
elm.py 1192

        if canline == 0:
            if 'brp' in ecu.keys() and ecu['brp'] == "1":  # I suppose that brp=1 means 250kBps CAN
                self.cmd("AT SP 8")
            else:
                self.cmd("AT SP 6")
        else:
            self.cmd("STP 53")
            self.cmd("STPBR 250000") # this line

@premultiply
Copy link

No problem. Sent you the log by mail.
But there is no STP command inside at all :-(

@cedricp
Copy link
Owner

cedricp commented Jun 12, 2018 via email

@premultiply
Copy link

Mmmmh. I downloaded the changed files only. Maybe I've forgotten something...
I will try with full els27.zip again.

@premultiply
Copy link

Dry-run els27.zip without car connected still does show any STP commands in log.

@cedricp
Copy link
Owner

cedricp commented Jun 13, 2018

That is really strange... I checked the code several times...

@cedricp
Copy link
Owner

cedricp commented Jun 13, 2018

Ok, just found and fixed the problem... You can retry if you have time

@pakoto
Copy link

pakoto commented Jun 19, 2018

minor issue: elm benchmark don´t work with this branch.

@cedricp
Copy link
Owner

cedricp commented Jun 19, 2018

Can you explain ?

@pakoto
Copy link

pakoto commented Jun 19, 2018

Test elm fails
Connect works

remember, minor issue. els27 don´t need elm check because it works.

capture1
capture2

@premultiply
Copy link

And by the way the serial port speed selection dropdown for ELS27 is useless. ddt4all does only auto detection. But the autodetection should run bitrates 2000000, 1000000, 500000, 115200, 38400.

The ELM test seems to try a wrong port etc. Same result for me.

@cedricp
Copy link
Owner

cedricp commented Jun 19, 2018

Ok, I see

@pakoto
Copy link

pakoto commented Jun 19, 2018

yes, port selection could get some improvements:
-bluetooth, usb, and obdlink selection could be one. Works selecting COMx and usb icon. Tested. Without autodetect bitrate, elm usb/bt works with 38400 and obdlink with 115200. ELS27 have a tool to fix bitrate into hardware: http://els27.ru/files/ELS27_Baudrate.zip

-option to remember expert mode and check recommendations. You could add a big scary message first time and a "don´t show again" checkbox.

@cedricp
Copy link
Owner

cedricp commented Jun 19, 2018

yes, port selection could get some improvements:
-bluetooth, usb, and obdlink selection could be one. Works selecting COMx and usb icon. Tested.

Ok

-option to remember expert mode and check recommendations. You could add a big scary message first time and a "don´t show again" checkbox.

Not sure it's a good idea, I already had bad surprises when working on the first version when expert mode was not yet in place...

@premultiply
Copy link

Here is some log extract from ELS27 session tests to MFD on ZOEs MM-CAN. You can see that some commands do not get an answer. Maybe the specific AT commands needs to be sent AFTER MS-CAN preset call?

>[19:19:51.504]ATZ
<[0.874]ATZ


ELM327 v1.3a

>
############################################################
#[06/18/18 19:20:24.632] Init CAN
############################################################
>[19:20:24.632]AT WS
<[0.031]AT WS


ELM327 v1.3a

>
>[19:20:24.663]AT E1
<[0.015]AT E1
OK

>
>[19:20:24.678]AT S0
<[0.016]AT S0
OK

>
>[19:20:24.694]AT H0
<[0.016]AT H0
OK

>
>[19:20:24.710]AT L0
<[0.015]AT L0
OK

>
>[19:20:24.725]AT AL
<[0.016]AT AL
OK

>
>[19:20:24.741]AT CAF0
<[0.015]AT CAF0
OK

>
############################################################
#connect to: MFD v4.9 Addr:58
############################################################
>[19:20:24.756]AT SH 747
<[0.016]AT SH 747
OK

>
>[19:20:24.772]AT CRA 767
<[0.016]AT CRA 767
OK

>
>[19:20:24.788]AT FC SH 747
<[0.015]AT FC SH 747
OK

>
>[19:20:24.803]AT FC SD 30 00 00
<[0.016]AT FC SD 30 00 00
OK

>
>[19:20:24.819]AT FC SM 1
<[0.015]AT FC SM 1
OK

>
>[19:20:24.834]STP 53
<[0.016]STP 53
OK

>
>[19:20:24.850]STPBR 500000
<[0.016]STPBR 500000
OK

>
>[19:20:24.881]0210C0
<[0.141]0210C0
0250C0FFFFFFFFFF

>
>[19:20:26.020]023E01
<[0.125]023E01
017EFFFFFFFFFFFF

>
>[19:20:27.533]023E01
<[0.125]023E01
017EFFFFFFFFFFFF

>
>[19:20:29.046]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:20:30.560]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:20:32.073]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:20:33.586]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:35.099]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:20:36.612]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:20:38.126]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:20:39.639]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:41.152]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:42.665]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:44.179]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:20:45.692]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:20:47.205]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:48.718]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:50.231]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:20:51.745]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:20:53.258]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:20:54.771]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:56.284]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:57.797]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:20:59.311]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:21:00.824]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:02.337]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:03.850]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:05.363]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:06.877]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:21:08.390]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:09.903]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:11.416]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:12.929]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:14.443]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:21:15.956]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:17.469]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:18.982]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:19.809]03226C4E
<[0.14]03226C4E
1139626C4E000000

>
>[19:21:19.949]03226C4B
<[0.11]03226C4B
NO DATA

>
>[19:21:20.495]023E01
<[0.11]023E01
NO DATA

>
>[19:21:22.009]023E01
<[0.109]023E01
017EFFFFFFFFFFFF

>
>[19:21:23.522]023E01
<[0.109]023E01
017EFFFFFFFFFFFF

>
>[19:21:25.035]023E01
<[0.094]023E01
017EFFFFFFFFFFFF

>
>[19:21:26.548]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:28.061]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:29.575]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:21:31.088]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:32.601]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:34.114]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:35.627]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:37.141]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:38.654]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:40.167]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:41.680]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:43.193]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:44.707]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:21:46.220]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:47.733]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:49.246]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:21:50.759]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:52.273]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:21:53.786]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:21:54.067]022181
<[0.093]022181
1015618156463141

>
>[19:21:54.160]03226C16
<[0.109]03226C16
NO DATA

>
>[19:21:54.269]03226C0A
<[0.125]03226C0A
NO DATA

>
>[19:21:54.394]03226C2F
<[0.109]03226C2F
NO DATA

>
>[19:21:54.503]03226C27
<[0.11]03226C27
NO DATA

>
>[19:21:54.613]03226C09
<[0.109]03226C09
NO DATA

>
>[19:21:54.722]03226C6E
<[0.109]03226C6E
NO DATA

>
>[19:21:54.831]03226C6F
<[0.109]03226C6F
NO DATA

>
>[19:21:54.940]03226C29
<[0.125]03226C29
NO DATA

>
>[19:21:55.065]03226C6D
<[0.109]03226C6D
NO DATA

>
>[19:21:55.174]03226C15
<[0.094]03226C15
04626C1506FFFFFF

>
>[19:21:55.377]023E01
<[0.094]023E01
017EFFFFFFFFFFFF

>
>[19:21:56.812]023E01
<[0.094]023E01
017EFFFFFFFFFFFF

>
>[19:21:58.325]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:21:59.839]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:01.352]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:02.865]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:04.378]023E01
<[0.078]023E01
017EFFFFFFFFFFFF

>
>[19:22:05.891]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:07.405]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:22:08.918]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:10.431]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:11.944]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:13.457]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:14.971]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:22:16.484]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:17.997]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:19.510]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:21.023]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:22.537]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:22:24.050]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:25.563]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:27.076]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:28.589]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:30.103]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:22:31.616]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:33.129]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:34.642]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:36.155]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:37.669]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:39.182]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:40.695]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:42.208]023E01
<[0.078]023E01
017EFFFFFFFFFFFF

>
>[19:22:43.722]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:45.235]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:46.748]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:48.261]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:49.774]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:51.288]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:22:52.801]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:54.314]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:22:55.827]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:22:57.340]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:22:58.854]023E01
<[0.046]023E01
017EFFFFFFFFFFFF

>
>[19:23:00.367]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:23:01.880]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>
>[19:23:03.393]023E01
<[0.047]023E01
017EFFFFFFFFFFFF

>
>[19:23:04.906]023E01
<[0.063]023E01
017EFFFFFFFFFFFF

>
>[19:23:06.420]023E01
<[0.062]023E01
017EFFFFFFFFFFFF

>

@cedricp
Copy link
Owner

cedricp commented Jun 19, 2018

There is communication between the OBD tool and the ECU

  • the start diagnostic session is accepted (10 C0)
  • Tester present accepted too (3E 01)
  • This frame too :
    < 03-226C15
    > 04-626C1506FFFFFF

@premultiply
Copy link

premultiply commented Jun 19, 2018

Yes it is but the result in screen is incomplete (no data).
If the same is run on modified ELM327 dongle everything is complete.

You can also find some "no data" entrys in the log above.

@cedricp
Copy link
Owner

cedricp commented Jun 19, 2018

Have you tried to connect to another ECU on CAN line 2 ? Maybe a firmware issue on the ELS side

@premultiply
Copy link

Yes, its the same (bad) result with other known ECUs like Radio.
Unfortunately, I am not able to update the firmware.

@pakoto
Copy link

pakoto commented Jun 26, 2018

Now els27 branch is master?

@premultiply
Copy link

Yes, looks like Cedric has merged them.

@cedricp I think

ddt4all/elm.py

Line 692 in e0cf3c4

if ((tb - self.lastCMDtime) < (self.busLoad + self.srvsDelay)) and "AT" not in command.upper():
also needs ST-Handling, isn't it?

@pakoto
Copy link

pakoto commented Jul 1, 2018

Tested with my dacia Dokker and mod els27. Canbus ecus works ok. Medianav ECU dont detect using scan.

We need to know how forscan works.

@pakoto
Copy link

pakoto commented Jul 3, 2018

Tested again with last version. Canbus 2 @500k works ok changing options into dacia medianav, but... when i select canbus 2 @500k and push scan ecus, no ecus found. After scan medianav shows NO DATA all options. Need to change canbus 2 500k to other option, change again to canbus 2 500k and push refresh.

@cedricp
Copy link
Owner

cedricp commented Jul 3, 2018

Ok, I think I found why, update and retry, that should work now

@pakoto
Copy link

pakoto commented Jul 3, 2018

logs.zip

log from session attached. can 1 scan (no ecus ok, testing on table) Can 2 500k scan, no ecu found, but changing options works after that. Tested changing boot logo from renault to dacia.

@premultiply
Copy link

It is on usb_can branch only 4e9eccc

@pakoto
Copy link

pakoto commented Jul 3, 2018

yes, tested with this version.

@pakoto
Copy link

pakoto commented Jul 3, 2018

ok, i test with my old "switch" cable.
EDIT:
With switch elm327 cable, Scan shows Found ECU [Audio] (no relevant ECU file found) :DIAGVERSION [69] SUPPLIER [CAP] SOFT [0004] VERSION [0100]

With els27 medianav VIN shows NO DATA, but with elm327 switch shows ok.
logs.zip

elm327
cable switch

els27
cable switch

els27 can timeout 1000. one option start to work.
cable switch

@pakoto
Copy link

pakoto commented Jul 3, 2018

logs.zip

log (last test)

@gadget78
Copy link

gadget78 commented Aug 4, 2018

as this is current, and people are having trouble connecting
(i came here for other reasons, DDCM and folding mirror enabling) ...

if your trying to communicate with radio/NAV units, the CAN for them is indeed,
pins 12, and 13..
but they need to be reversed to the normal wiring (like you get as standard with the gray adapter with ECUSCAN set)
but to put it in simpler terms ...
you need to put pin 6 to pin 13, and pin 14 to pin 12

hope this helps peoples :)

@basri06
Copy link

basri06 commented Feb 8, 2019

renaulr clio4 aide park kapatma nasıl yapılır

@pakoto
Copy link

pakoto commented Jan 5, 2020

Obdlink SX mod to obtain can2. We can adapt 6-13 and 12-14, but need software support "RTS relay" used in forscan. We need to know how it works to add into ddt4all.

OBDLINK_SX_FORSCAN_MODS.pdf

@premultiply
Copy link

This should be very easy as it just uses the serial RTS (virtual) output pin to switch the CAN lines.

@pakoto
Copy link

pakoto commented Jan 5, 2020

Easy to do mod, but needs changes at software side.

I don´t know if chinese ELS27 has integrated rts relay switch or different system.

@kadirayhantr
Copy link

Bu güncel olduğundan ve insanlar bağlantıda sorun
yaşıyor (buraya başka nedenlerle geldim, DDCM ve katlanır ayna etkinleştirme) ...

radyo / NAV üniteleriyle iletişim kurmaya çalışıyorsanız, onlar için CAN gerçekten,
pim 12 ve 13'tür.
ancak normal kablolamaya geri döndürülmeleri gerekir (ECUSCAN setli gri adaptörle standart olarak aldığınız gibi)
ancak daha basit terimlerle ifade
etmek gerekirse ... pim 6'yı pim 13'e ve pim 14'ü pim 12'ye koymanız gerekir

Umarım bu insanlara yardımcı olur :)

Hi,

Can you activate power folding mirror on DCM ? I am trying to do this but I couldn't. Please guide me if you been success.

Thanks

@Furtif
Copy link
Collaborator

Furtif commented Jun 2, 2023

uses a ubs ok #834

@Furtif Furtif closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants