Skip to content

Releases: PHINIA-FS-Tools/Flasher

v6.3.3

27 Jan 13:27
0fa5917

Choose a tag to compare

Internal updates that do not affect end users.

v6.3.2

16 Jan 08:13
0fa5917

Choose a tag to compare

[Bug Fix] Settings are not migrated when switching to 6.3.X version from older version.

v6.3.1

12 Jan 05:51
0fa5917

Choose a tag to compare

[Bug Fix] Script "Save" button causes crash.

v6.3

02 Jan 13:31
0fa5917

Choose a tag to compare

Tool runtime is changed to dotNET9. Runtime will be installed with the setup, if it is not installed before. Admin access will be required in this case.

  • Flasher logo is changed to be aligned with tool family.
  • [Bug Fix] P2 timeout occurs when reading long response after a functional (broadcast) UDS request.
  • Several minor UI improvements.

v6.2.3

10 Jun 11:23
33c84ed

Choose a tag to compare

  • [Bug Fix] Tool requires new license activation when PC is connected to different network (rare)

v6.2.2

15 Jan 13:19
33c84ed

Choose a tag to compare

  • [Minor] Splash screen added to startup. Also, startup performance is improved.
  • [Minor] Baudrate unit is written to trace.
  • [Minor] Check for /BAUDRATE console argument in case user write bd instead of kbd. (user guide is updated)
  • Auto activation support for hw-locked licenses.

v6.2.1

10 Oct 09:58
33c84ed

Choose a tag to compare

  • CanHwConf::BitTimingConf field is added to .NET interface, when developing plugin DLL.
    You may use it to provide bit timing configurations instead of baud rate.
    // CAN example:
    docConf.HwConf.BitTimingConf = "Tseg1:13;Tseg2:2;Sjw:1;Brp:1;Sam:1";
    // CAN-FD example:
    docConf.HwConf.BitTimingConf = "ClockFreqMhz:40;ArbTseg1:68;ArbTseg2:11;ArbSjw:11;ArbBrp:1;DataTseg1:4;DataTseg2:3;DataSjw:3;DataBrp:1";
  • [Minor] Tool has a safe mode to skip possible startup problems.
    dds_flasher.exe /safe
  • [Minor] Support to check for updates, and see the release notes (CLF-348).
  • [Bug Fix] Several plugin DLLs causing tool to crash during startup. (e.g. UDS_TOOL_SYMC_E6d_v2.dll, UDS_TOOLS_SYMC_E6D_AIO.dll)
    Issue is active in v6.1.1 and v6.2.

v6.2

03 Sep 13:32
33c84ed

Choose a tag to compare

  • High-DPI monitor support is added. Several icons are changed.

  • Tool starts to import S1 data lines in a ULP (Motorola SRec) file. After some investigation, we noticed that tool was not importing S1 lines because of old PSA/RSA projects. This modification will not affect flash operations.

  • New J1939 settings: J1939_RX_SA and J1939_RX_PRI. That will provide filtering received J1939 messages better.

  • Kvaser device support is improved. Kvaser CAN-FD device support is added. #kvaser

  • [Minor] Shortcut support for comment/uncomment buttons (Ctrl+Shift+C and Ctrl+Shift+U).

  • [Bug Fix] "Generate Flash Script" works incorrect. The start-address bytes are reversed. Issue is active starting from v6_1.

  • [Bug Fix] Floating license is not released when tool is used in console mode.

v6.1.1

31 Jul 12:49
33c84ed

Choose a tag to compare

Release Date: 2024-04-26

  • [Bug Fix] PEAK-system latest pass-thru API (v3.1.1) causing tool to crash.

v6.1

31 Jul 12:48
33c84ed

Choose a tag to compare

Release Date: 2024-03-28

  • Wait function is added. #DotNetInterface
    Wait(100); // wait 100 msc
  • OpenComm function's second argument is optional. #DotNetInterface
    OpenComm("DOC"); // second argument not used
  • REQ_RESP_MAX_EX keyword is added to both Flasher script and .NET API in order to change P2* configuration. #Script #DotNetInterface
    CHANGE REQ_RESP_MAX_EX 5000
  • Minor fix for FLOW_CONTROL_TIMEOUT and MAX_INTER_PENDING_TIME configs in .NET interface. #DotNetInterface
  • [Breaking Change] When tool is executed from command prompt, log file name is relative to current directory. It was relative to Flasher-log directory. This change does not affect you if you provide log-name as absolute path. #ConsoleSupport
  • Plugin DLL sample is updated.
  • Minor visual improvements.