ddt4all icon indicating copy to clipboard operation
ddt4all copied to clipboard

Obdlink SX COM port Problem

Open EricTCartman opened this issue 2 years ago • 1 comments

hello guys and thanks for the hard work :)

i have a problem with ddt4all and obdlink sx cable it does not connect to the car (laguna 3) i want to mention that renolink app works just fine without problems but not for ddt4all. sometimes it would give me permission error could not open port 'COM4': PermissionError(13, 'Access is denied.', None, 5) and other times it would do this Initilizing ELM with speed 115200... Trying to open portCOM4 @ 115200 Checking port speed: 500000 ELM not responding Port closed Trying to open portCOM4 @ 38400 Checking port speed: 500000 ELM not responding Port closed Trying to open portCOM4 @ 115200 Checking port speed: 500000 ELM not responding Port closed Trying to open portCOM4 @ 230400 Checking port speed: 500000 ELM not responding Port closed Trying to open portCOM4 @ 57600 Checking port speed: 500000 ELM not responding Port closed Trying to open portCOM4 @ 9600 Checking port speed: 500000 ELM not responding Port closed Trying to open portCOM4 @ 500000 Checking port speed: 500000 ELM not responding Port closed

i tried it connect to the car too and same responses, all drivers installed FTDI. any help is welcomed. Thanks so much!

EricTCartman avatar Jul 01 '22 18:07 EricTCartman

Give me your used elm.py file to change.

KarelSvo avatar Jul 03 '22 16:07 KarelSvo

You need to change baudrate to 115200, renolink is using 1000000.

benderfuturama avatar Dec 11 '22 22:12 benderfuturama

Simply add the missing baud rates in elm.py ;-)

KarelSvo avatar Dec 12 '22 03:12 KarelSvo

Will all functions of ddt4all work? Maybe they require 115200?

benderfuturama avatar Dec 14 '22 01:12 benderfuturama

https://github.com/cedricp/ddt4all/issues/836

Furtif avatar Jun 02 '23 18:06 Furtif