sbloom82 / VisualME7Logger

Microsoft Public License
33 stars 15 forks source link

VCDS Login-FIRST?? #5

Open qdubz opened 4 years ago

qdubz commented 4 years ago

Before i can begin a VisME7L logging session, i have to open up VCDS and connect to the ENGINE module. Without this step i get an error code 1, can't load FTDI library etc...

flamy0 commented 3 years ago

Go to your "*.ecu"-file an change row Connect = SLOW-0x11 ; Possible values: SLOW-0x11, FAST-0x10 to Connect = SLOW-0x00 ; Possible values: SLOW-0x00, SLOW-0x11, FAST-0x10 By adding the "0x00" command to the possible values, it will be also available for selection in the GUI afterwards.

Try also to add DoubleDelay = 12; below the row above.

This way it works flawless on by RS4(B5).

Best Regards