Register
Page 81 of 88 FirstFirst ... 31717677787980818283848586 ... LastLast
Results 1,201 to 1,215 of 1306
  1. #1201
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    44
    Thanks Thanks Given 
    22
    Thanks Thanks Received 
    22
    Thanked in
    9 Posts

    Default

    I sent private message

  2. #1202
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    44
    Thanks Thanks Given 
    22
    Thanks Thanks Received 
    22
    Thanked in
    9 Posts

    Default

    I would like to attach the crc16 script for everyone, but I don't think attachments function.
    hehehehehe :


  3. #1203
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    2,989
    Thanks Thanks Given 
    1,645
    Thanks Thanks Received 
    696
    Thanked in
    462 Posts

    Default

    HiAttachment function.
    Or you can save it on mega or Google drive.

  4. #1204
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    2,989
    Thanks Thanks Given 
    1,645
    Thanks Thanks Received 
    696
    Thanked in
    462 Posts

    Default

    Quote Originally Posted by lgmchaveiro View Post
    I would like to attach the crc16 script for everyone, but I don't think attachments function.
    hehehehehe :


    Hi

    Here is your script attached

  5. The Following User Says Thank You to fuzz1 For This Useful Post:

    lgmchaveiro (21st August, 2021)

  6. #1205
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    2,989
    Thanks Thanks Given 
    1,645
    Thanks Thanks Received 
    696
    Thanked in
    462 Posts

    Default crc 16

    Hi

    here is your attached script

    it must be rared

    Its from icmchaveiro

    I don't know if it working correctly though. It says compute checksum. What is it supposed to do?
    Attached Files Attached Files
    Last edited by fuzz1; 19th August, 2021 at 05:47 PM.

  7. The Following 3 Users Say Thank You to fuzz1 For This Useful Post:

    lgmchaveiro (21st August, 2021), ProblemChild (24th December, 2023), Team dz (28th September, 2022)

  8. #1206
    DK Veteran

    Join Date
    Dec 2020
    Posts
    772
    Thanks Thanks Given 
    102
    Thanks Thanks Received 
    477
    Thanked in
    376 Posts

    Default

    Hi guys, has someone managed to make a script for Eeprom CRC correction in M/EDC17 ecus?
    I will also pay if someone has a working script..

  9. #1207
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    44
    Thanks Thanks Given 
    22
    Thanks Thanks Received 
    22
    Thanked in
    9 Posts

    Default

    Olá amigo, posso fazer isso sim. mas é muito complicado que terei que fazer para você copiar o bloco 1 a 1 aberto no script e fazer com que ele ajuste o crc. para fazer todo o ecu carecem de alguns algoritmos. Procuro muitos algoritmos para fazer edc17 med17 vw immo data, porque emm brazil eu tenho outros ecus que ferramentas de nível mundial não fazem.
    Last edited by lgmchaveiro; 22nd August, 2021 at 03:02 PM.

  10. #1208
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    44
    Thanks Thanks Given 
    22
    Thanks Thanks Received 
    22
    Thanked in
    9 Posts

    Default

    script marreli.jpg

    I'm currently working on a script for the mareli nec +95320 cluster
    systems g6 g7 brazil up beatee jeeta, odometer in km immo data and rfid keys

  11. The Following 2 Users Say Thank You to lgmchaveiro For This Useful Post:

    Jonatanfunes91 (25th July, 2022), Nostalgic85 (1st November, 2022)

  12. #1209
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    44
    Thanks Thanks Given 
    22
    Thanks Thanks Received 
    22
    Thanked in
    9 Posts

    Default

    you should know the block of your file select, copy and paste in the crc16 editor, then compute crc it calculates checksum and will give you several results of crc 16 . if you know what type of crc16 uses your dump blocks you will understand the crc function.
    this crc are all correct i used for base creation crc 16 online.

    https://crccalc.com/

  13. The Following 7 Users Say Thank You to lgmchaveiro For This Useful Post:

    Antonio266 (22nd August, 2021), antonypaul (6th February, 2023), chcp (22nd August, 2021), fuzz1 (22nd August, 2021), MOBILTRONIC (24th October, 2021), ProblemChild (24th December, 2023), Willinickersen (22nd August, 2021)

  14. #1210
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    2,989
    Thanks Thanks Given 
    1,645
    Thanks Thanks Received 
    696
    Thanked in
    462 Posts

    Default

    Hi

    Just wondering if anyone has been able to read any mcu not listed officially with UPA-USB.

    What chip have anyone tried and been successful (not officially listed as possible to be read by usb-upa)?

  15. #1211
    Member
    Join Date
    Apr 2020
    Location
    KSA
    Posts
    86
    Thanks Thanks Given 
    35
    Thanks Thanks Received 
    11
    Thanked in
    9 Posts

    Default

    Hello Every 'one'

    Can Some one tell how to save file into Bin type in this sample script?

    procedure Button4Click(Sender: TObject);
    var e: TXHexEdit
    begin
    e := GetHexEdit();
    if e <> nil then
    if SaveDialog1.Execute(' ') then
    e.SaveFile( SaveDialog1.FileName );
    end;


    A BIG thanks for help.

  16. #1212
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    2,989
    Thanks Thanks Given 
    1,645
    Thanks Thanks Received 
    696
    Thanked in
    462 Posts

    Default

    Quote Originally Posted by cartagena View Post
    Hello Every 'one'

    Can Some one tell how to save file into Bin type in this sample script?

    procedure Button4Click(Sender: TObject);
    var e: TXHexEdit
    begin
    e := GetHexEdit();
    if e <> nil then
    if SaveDialog1.Execute(' ') then
    e.SaveFile( SaveDialog1.FileName );
    end;


    A BIG thanks for help.


    Hi

    I did not understand what you trying to do.

  17. The Following User Says Thank You to fuzz1 For This Useful Post:

    Paing Paing (27th December, 2021)

  18. #1213
    Junior Member javedahmad's Avatar
    Join Date
    Apr 2021
    Location
    Pakistan
    Posts
    23
    Thanks Thanks Given 
    6
    Thanks Thanks Received 
    8
    Thanked in
    1 Post

    Default

    Quote Originally Posted by milanoffracing View Post
    If you need files for test, here are some files readed with UPA.
    thanx for upa dumps

  19. #1214
    DK Veteran
    Jardel's Avatar
    Join Date
    Jun 2020
    Location
    Brazil
    Posts
    356
    Thanks Thanks Given 
    135
    Thanks Thanks Received 
    295
    Thanked in
    205 Posts

    Default

    [QUOTE = cartagena; 4210529] Olá a todos 'um'

    Alguém pode dizer como salvar o arquivo no tipo Bin neste script de exemplo?

    procedimento Button4Click (Sender: TObject);
    var e: TXHexEdit
    begin
    e: = GetHexEdit ();
    se e <> nulo então
    se SaveDialog1.Execute ('') então
    e.SaveFile (SaveDialog1.FileName);
    fim;


    Um MUITO obrigado pela ajuda. [/ CITAR]
    Attached Images Attached Images

  20. #1215
    DK Veteran
    hcip's Avatar
    Join Date
    Dec 2009
    Location
    From the heaven of paradise in the middle of happiness|hobby:__Bedtime| Sex:Female|Status:Not_Virgin
    Posts
    1,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,478
    Thanked in
    805 Posts

    Default

    Quote Originally Posted by cartagena View Post
    Hello Every 'one'

    Can Some one tell how to save file into Bin type in this sample script?

    procedure Button4Click(Sender: TObject);
    var e: TXHexEdit
    begin
    e := GetHexEdit();
    if e <> nil then
    if SaveDialog1.Execute(' ') then
    e.SaveFile( SaveDialog1.FileName );
    end;


    A BIG thanks for help.

    You can use SaveDialog Filter & filter index in code to show multiple selection of file

    eg:
    SaveDialog1.Filter :='Any File [*.*]|*.*|Binary [bin file]|*.bin|Diga [*.e2p File]|*.E2P|Motorola [S19, S28, S37, mot]|*.S19;*.S28*.S37;*.mot;|Motorola [S19]|*.S19|Motorola [S28]|*.S28|Motorola [S37]|*.S37|Motorola [PonyProg]|*.mot';


    Code:
    procedure Button4Click(Sender: TObject);
    var e: TXHexEdit
    begin
    e := GetHexEdit();
    SaveDialog1.Filter :='Any File [*.*]|*.*|Binary [bin file]|*.bin|Diga [*.e2p File]|*.E2P|Motorola [S19, S28, S37, mot]|*.S19;*.S28*.S37;*.mot;|Motorola [S19]|*.S19|Motorola [S28]|*.S28|Motorola [S37]|*.S37|Motorola [PonyProg]|*.mot';
    if e <> nil then
    if SaveDialog1.Execute(' ') then
    e.SaveFile( SaveDialog1.FileName );
    end;

    See attached picture
    Attached Images Attached Images
    Last edited by hcip; 27th December, 2021 at 04:51 AM.


    Stupidity is not a disease, because there are no existing hospitals for Idiots!

    ​​

  21. The Following 7 Users Say Thank You to hcip For This Useful Post:

    cartagena (10th January, 2022), frankrayk (27th December, 2021), hoangtu (11th October, 2022), Jardel (27th December, 2021), Johnner (28th December, 2021), Paing Paing (27th December, 2021), PremierD (27th December, 2021)

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.