Daewoo Tacuma ECU

KEMSCO                                                                                                                                                             DAEWOO
1AEK

I have a problem with my Tacuma ECU. Randomly MAP sensor stalls at 115KPa. Triple checking sensor and wires shows that it works and I suspected that ADC in ECU is problematic. The easiest way to repair is to get spare ECU, read flash (AM29F200BB – chip#1) of old one and program it to new ECU.

Tacuma1 Tacuma2 Tacuma3 Tacuma4 Tacuma5 Tacuma5

Allied Telesis crash course

Allied Telesis

1. Password recovery procedure:

2. Disable security mode:

3. Set IP Address:

4. Enable GUI

5. Usefull commands

6. Update firmware

SetCom Smart Cart Pico Howto

This smart card seems to support only 1024 bit key length and certificates in der format with .cer file extension.

Steps to generate and import keys:

1. generate private key and self signed certificate:

openssl req -x509 -nodes -days 3650 -newkey rsa:1024 -keyout privateKey.key -out certificate.crt

2. convert certificate to der format with cer extension

openssl x509 -outform der -in certificate.crt -out certificate.cer

2a. or optionally pack key and certificate in single file

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt

3. import resulting file/files