alex_pescaru said:
Thanks, man... BTW, I got the folding mirrors up-and-running
. As I was suspecting, the missing IC would make the HW part complete, and the SW part is pretty obvious from the comparisons among all the motor dumps that I had a chance to compare...
So it will work if you manage to get the chip or take it out from a normal front power window motor...
Once that the HW is complete (folding mirrors and the IC attached to the power window motors) this is the vds-pro part:
connect with vds-pro to module 46, and with login 19283 as usual ;-)
Then let's read this address: 08223. It will show ten values... just look at the first one. For my passat, it was 155, also for seat toledo, leon, ... But I found value 89 in a Seat Ibiza and Seat Córdoba... just to let you know. Anyway, when moving to binary, it does not really matter about the decimal value, but just one bit... and if the motor is not enabled for folding mirrors, this bit will be 0 for sure.
So 155 = 1001 1
011
As usual, the bit in bold is the bit; the one that disables the folding mirror capability. So that to enable it, we have to replace this 0 by a 1. Our number now is 1001 1
111 = 159.
Now we have to write this number (159 or the one resulting from setting the bit to 1) three times (due to replication), at addresses 08223, 08268 and 08313.
With this, the operations on driver's door is over. Now we have to repeat the process for passenger's door. We read then from address 12319 and we expect to get the same number that we got when reading 08223.... 155. Convert to binary and set the same bit. In my case, I got also 159 for passenger's door. So we write this at addresses 12319, 12364 and 12409. With this, we enable the passenger's door power window motor second TLE 6208-3(G).
The graphical evidence (with the help of a friend moving the switch in my passat):
http://www.youtube.com/watch?v=fMoURPH7kxw
Best Regards!
I am now in the process of finding the way to make the CCM to fold/unfold the mirrors when using the FOB to cose/open the car...