Register
Page 377 of 854 FirstFirst ... 277327367372373374375376377378379380381382387427477 ... LastLast
Results 5,641 to 5,655 of 12803
  1. #5641
    DK Veteran
    xoom's Avatar
    Join Date
    Dec 2009
    Location
    Ylakiai
    Posts
    386
    Thanks Thanks Given 
    32
    Thanks Thanks Received 
    370
    Thanked in
    70 Posts

    Default

    Quote Originally Posted by ccr64k View Post
    Check functions FT_EEPROM_Read, FT_EEPROM_Program, FT_EE_Read and FT_EE_Program.
    Some may deal with ATMEGA 162 EEPROM.

    If somebody has unpacked exe 18.1.0, please provide, otherwise I can try, but can do only x86 version.
    All those functions deal with FT232Rx (internal) FT232Bx (external) eeprom

  2. #5642
    Junior Member
    Join Date
    May 2014
    Posts
    24
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    8
    Thanked in
    6 Posts

    Default

    Quote Originally Posted by dj2d View Post
    I have an old 16.8.x cracked VCDS that was working with cracked RT_USB.dll, I don't know in what way it's modified but I can assume it is in a good way, I will try to use this one and check what's happening.

    That's the only real issue I got so far, from time to time invalid licence, sometimes uninstall/clear windows reg/reinstall do the trick, other times I have to reflash the atmega.
    Tried it, VCDS doesn't start (Kolimer logo, VCDS process is runing but the software doesn't start)

    I can share this dll if someone can make something with it

  3. #5643
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default

    VCDS 18.1.0 imports following RT_USB.dll functions:

    FT_Close
    FT_ClrDtr
    FT_ClrRts
    FT_CreateDeviceInfoList
    FT_EE_UASize
    FT_EE_UAWrite
    FT_GetDeviceInfo
    FT_GetDeviceInfoList
    FT_GetDriverVersion
    FT_GetLibraryVersion
    FT_GetModemStatus
    FT_GetQueueStatus
    FT_Open
    FT_Purge
    FT_Read
    FT_ReadEE
    FT_ResetDevice
    FT_SetBaudRate
    FT_SetBreakOff
    FT_SetBreakOn
    FT_SetDataCharacteristics
    FT_SetDtr
    FT_SetLatencyTimer
    FT_SetRts
    FT_SetTimeouts
    FT_W32_CloseHandle
    FT_Write

  4. #5644
    DK Veteran
    xoom's Avatar
    Join Date
    Dec 2009
    Location
    Ylakiai
    Posts
    386
    Thanks Thanks Given 
    32
    Thanks Thanks Received 
    370
    Thanked in
    70 Posts

    Default

    Quote Originally Posted by ccr64k View Post
    VCDS 18.1.0 imports following RT_USB.dll functions:

    FT_Close
    FT_ClrDtr
    FT_ClrRts
    FT_CreateDeviceInfoList
    FT_EE_UASize
    FT_EE_UAWrite
    FT_GetDeviceInfo
    FT_GetDeviceInfoList
    FT_GetDriverVersion
    FT_GetLibraryVersion
    FT_GetModemStatus
    FT_GetQueueStatus
    FT_Open
    FT_Purge
    FT_Read
    FT_ReadEE
    FT_ResetDevice
    FT_SetBaudRate
    FT_SetBreakOff
    FT_SetBreakOn
    FT_SetDataCharacteristics
    FT_SetDtr
    FT_SetLatencyTimer
    FT_SetRts
    FT_SetTimeouts
    FT_W32_CloseHandle
    FT_Write
    And all those functions are for communication with FT232

  5. #5645
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default

    Quote Originally Posted by xoom View Post
    All those functions deal with FT232Rx (internal) FT232Bx (external) eeprom
    Yes, you are right, do you understand how the communication with ATMEGA 162 is performed by VCDS.exe? I expect that commands are sent through FT chip
    Last edited by ccr64k; 15th February, 2018 at 11:06 PM.

  6. #5646
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default

    Please delete this post if possible.
    Last edited by ccr64k; 16th February, 2018 at 06:53 PM.

  7. #5647
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default

    Quote Originally Posted by dj2d View Post
    Tried it, VCDS doesn't start (Kolimer logo, VCDS process is runing but the software doesn't start)

    I can share this dll if someone can make something with it
    RT_USB.dll is raw, you can use any debugger to explore. However as mentioned here, it deals with FT chip. For discovering the communication, you will need to dig into main exe file.

  8. #5648
    DK Veteran
    xoom's Avatar
    Join Date
    Dec 2009
    Location
    Ylakiai
    Posts
    386
    Thanks Thanks Given 
    32
    Thanks Thanks Received 
    370
    Thanked in
    70 Posts

    Default

    Quote Originally Posted by ccr64k View Post
    Yes, you are right, do you understand how the communication with ATMEGA 162 is performed by VCDS.exe? I expect that commands are sent through FT chup
    Yes i know how ATMega communicates with VCDS.. There is many Encryptions .. Checksums and all crap

  9. #5649
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default

    Quote Originally Posted by xoom View Post
    Yes i know how ATMega communicates with VCDS.. There is many Encryptions .. Checksums and all crap
    Super, so is possible to do a communication using TP 2.0 and send KWP2000 commands through FT and ATMEGA to CAN bus or ATMEGA requires that crap to do the communication with CAN bus controllers.

  10. #5650
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default VCDS 18.1.0.2

    It's ah... it's a bit runny.
    Attached Files Attached Files
    Last edited by ccr64k; 21st February, 2018 at 10:58 PM. Reason: Silly mistake in exe repaired

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

    BASi77 (19th February, 2018), svdjbaby (16th February, 2018)

  12. #5651
    Top Poster
    Join Date
    Aug 2009
    Posts
    128
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    12
    Thanked in
    10 Posts

    Default

    Quote Originally Posted by ccr64k View Post
    It's ah... it's a bit runny.
    what is the diff ?

  13. #5652
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    49
    Thanked in
    10 Posts

    Default

    Unpacked exe
    Can somebody find where is blacklisted Kolimer v5 serial and where the blacklisted serials are checked?

  14. #5653
    Newbie
    Join Date
    Feb 2018
    Posts
    6
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Can somebody advise how to unlock my vcds 17.8? right now it`s unregistered and not found. If someone could provide me more details step by step how to use loader it would be great! thank you in advance

  15. #5654
    DK Veteran

    Join Date
    May 2010
    Location
    EU
    Posts
    381
    Thanks Thanks Given 
    220
    Thanks Thanks Received 
    188
    Thanked in
    126 Posts

    Default

    First open it up and see what's inside.

  16. #5655
    Newbie
    Join Date
    Feb 2018
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    thankyou for this

 

 

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.