PDA

View Full Version : MERCEDES MF2910 code help



ekoses
24th July, 2023, 01:03 PM
MERCEDES MF2910 code help
A 170 820 03 86
MF2910
Q15
S/NO.AL 2910 3 07 53445 B

catalinos2001
24th July, 2023, 01:07 PM
MERCEDES MF2910 code help
A 170 820 03 86
MF2910
Q15
S/NO.AL 2910 3 07 53445 B
Hi
Code by serial ......68284 by dump eep read code the same

carradio2001
24th July, 2023, 01:10 PM
From serial number and from File -->

BR,
Carradio2001.

danielif
24th July, 2023, 06:48 PM
procedure ReadCode;
begin
Code:= inttohex(GetByteHexEdit($189),1)+inttohex(GetByteH exEdit($18A),2)+inttohex(GetByteHexEdit($18B),2);
MsgBox(' CODE= '+ code, 'Counter SAFE= ' +inttohex(GetByteHexEdit($187),2), MB_OK);
end;

UPA script.. :)
CODE:68284
Counter SAFE=9 :)