Satt i en gammal bil jag köpte, när jag några år senare bytte bilbatteriet så dog stereon. Fick aldrig tag i förra ägaren


Man kan slå coden 3 ggr, sen får man vänta 3timmar till nästa gång. ( tar ju bara 14 månader att slå alla koder )

Kod: Markera allt
A little testing later, and this is how the code is stored in memory;
Code:
Memory Number
8 0
4 1
C 2
2 3
A 4
6 5
E 6
1 7
9 8
5 9
Addressess are corresponding to their digits, BCD style, so in this case:
Code:
Address Content
0x00 84
0x01 C2
The code would be 0123.
Note that the minipro program presents the information as 16 bit words, so naturally the first word would read 84C2.
8888 or code 0000 seems to disable the code entirely.
Save
Share