unicornux
Full Member
Karma: +2/-6
Offline
Posts: 83
|
|
« on: December 18, 2019, 12:49:05 PM »
|
|
|
Hi together. i try to program Bosch ME 7.8. i have only this ECU and There is no alternative. but when i send 0x27 command ECU response 4 byte that they change every time. it's seems this is security key. How can I give the correct response? i saw befor Andy Whittaker wrote the Bosch ME7 formula in his github.how does he calculate this?
my commands Log:
ME ===> 0x81, 0x11, 0xF1, 0x81, 0x04,
ECU ===> 0x83, 0xF1, 0x11, 0xC1, 0xD0, 0x8F, 0xA5,
ME ===> 0x8B, 0x11, 0xF1, 0x27, 0x81, 0xFA, 0x53, 0x45, 0x43, 0x55, 0x52, 0x49, 0x54, 0x59, 0xA7,
ECU ===> 0x86, 0xF1, 0x11, 0x67, 0x81, 0xDC, 0x17, 0x6C, 0xAF, 0x3F,
|