Sketch für Mittns ECU Key Calculator

  • Finde es komisch ich habe über die suchfunktion nach Arduino gesucht und dieser wurde mir nicht angezeigt.

    Wenn man sich nicht alle Seiten ansieht...



    Oder sogar direkt unter diesem Thread




    Also ein bisschen Mühe sollte man sich schon geben.

  • I have tried to compile it and it gives me these errors and I don't know what they mean.




  • Not really dramatic.

    Seems like I have a typo in there.


    Either turn off the warnings in the Arduino IDE settings or correct the line 131:


    From this:

    Code
    if (Serial_Daten[0] == '>' && sizeof(Serial_Daten == 8)) {

    To this:

    Code
    if (Serial_Daten[0] == '>' && sizeof(Serial_Daten) == 8) {


    Let me know, if it works.

  • ok.I already have it corrected, thank you. now it's time to try it

  • How about following my instructions?



    It's still the same error because you haven't replaced the line...




    Replace line 131 in the Sketch with:

    Code
    if (Serial_Daten[0] == '>' && sizeof(Serial_Daten) == 8) {
  • OK. then I load the sketch then open the ECU key Calculator program when it has level 2 it will work. I would have to open diagbox in virtual, enter the ECU and when it is ready to code, use your program to open the ECU, then in the next 4 seconds I have to start coding. it's right?

  • Beitrag von deloco2 ()

    Dieser Beitrag wurde vom Autor aus folgendem Grund gelöscht: No correct ().

Jetzt mitmachen!

Hey! Es scheint, als ob Dir dieser Austausch gefällt, aber Du hast bisher noch kein Benutzerkonto erstellt. Mit einem Konto kannst Du über neue Antworten informiert werden, Foto's in unsere Galerie hochladen, unsere Tools nutzen, anderen mit einem „Gefällt mir“ danken oder selbst dabei unterstützen, anderen zu helfen. Gemeinsam können wir dazu beitragen, diese Community zu etwas größerem zu machen.