Advertising:

MS4x Flasher Beta Testing: Difference between revisions

From MS4X Wiki
No edit summary
Line 13: Line 13:
==Changelog==
==Changelog==
'''v1.3.0 RC2'''
'''v1.3.0 RC2'''
* Reworked dumping logic
* Minor cleanup


'''v1.3.0 RC1'''
'''v1.3.0 RC1'''
* Installers for all supported platforms
* Installers for all supported platforms
* Application no longer relies on the FTDI driver
* Refactor application to not use FTDI drivers
* Fully migrated to .NET 7
* Migrated to .NET 7


'''v1.3.0 beta 2'''
'''v1.3.0 beta 2'''
* Optimization: Extended the timeout time when erasing to give the control unit more time finish the operation as some units seems to require more time.
* Extended the timeout time during erase.


'''v1.3.0 beta 1'''
'''v1.3.0 beta 1'''
* Added: Support for TCU:s
* Added support for TCU:s
* Updated: Migrated to .NET6
* Migrated to .NET 6
* Updated: Flasher now identifies binary files by hardware ID to remove need to maintain a list of supported firmware versions
* Refactor binary file identification
* Optimization: Large refactoring to optimize memory usage and performance
* Optimize memory usage and performance
* Optimization: Refactored loading of FTDI binaries to make it possible to display in the GUI when there aren't installed any FTDI drivers
* Display error in the GUI when FTDI drivers are not installed


'''v1.2.7'''
'''v1.2.7'''
* Added: Support for multi byte ecu addresses
* Added support for multi byte ecu addresses
* Updated: Migrated to .NET5
* Migrated to .NET 5
* Updated: FTDI drivers 2.12.36.4 included
* Updated FTDI drivers to version 2.12.36.4
* Optimization: Minor bugfixes
* Minor bugfixes


'''v1.1.3'''
'''v1.1.3'''
* Added: Action log
* Added Action log
* Added: Checksum corrector for local files
* Added Checksum corrector module for local files
* Added: DTC reader (with raw HEX output)
* Added DTC reader module
* Optimization: Various bugfixes
* Various smaller bugfixes


'''v1.03'''
'''v1.03'''
* Optimization: New encryption settings for less AV false positives
* Refactor application to reduce AV softwares flaggin false positives


'''v1.02'''
'''v1.02'''
* Updated: Icon changed to new logo
* Icon changed to new logo
* Optimization: MS42 fullflash bug fixed
* MS42 fullflash bug fixed
* Optimization: Minor spelling fixes
* Minor spelling fixes


'''v1.01'''
'''v1.01'''
* Updated: Hardware ID will show at startup if an FTDI cable is detected
* Show Hardware ID startup if an FTDI cable is detected


'''v1.0'''
'''v1.0'''
*Initial release
* Initial release

Revision as of 19:40, 10 February 2023

We are proud to present our own flash tool that you can use to quickly read and write MS42 and MS43 ECUs and GS8.60.x, GS20 and SMG2 TCUs.

These are the beta or release candidate version of MS4X flasher, so these can contain bugs. Use with caution.

Download:

Changelog

v1.3.0 RC2

  • Minor cleanup

v1.3.0 RC1

  • Installers for all supported platforms
  • Refactor application to not use FTDI drivers
  • Migrated to .NET 7

v1.3.0 beta 2

  • Extended the timeout time during erase.

v1.3.0 beta 1

  • Added support for TCU:s
  • Migrated to .NET 6
  • Refactor binary file identification
  • Optimize memory usage and performance
  • Display error in the GUI when FTDI drivers are not installed

v1.2.7

  • Added support for multi byte ecu addresses
  • Migrated to .NET 5
  • Updated FTDI drivers to version 2.12.36.4
  • Minor bugfixes

v1.1.3

  • Added Action log
  • Added Checksum corrector module for local files
  • Added DTC reader module
  • Various smaller bugfixes

v1.03

  • Refactor application to reduce AV softwares flaggin false positives

v1.02

  • Icon changed to new logo
  • MS42 fullflash bug fixed
  • Minor spelling fixes

v1.01

  • Show Hardware ID startup if an FTDI cable is detected

v1.0

  • Initial release