Releases: PHINIA-FS-Tools/Flasher
v6.3.3
v6.3.2
v6.3.1
v6.3
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
v6.2.2
- [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
- 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
-
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_SAandJ1939_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
v6.1
Release Date: 2024-03-28
Waitfunction is added. #DotNetInterfaceWait(100); // wait 100 mscOpenCommfunction's second argument is optional. #DotNetInterfaceOpenComm("DOC"); // second argument not usedREQ_RESP_MAX_EXkeyword is added to both Flasher script and .NET API in order to change P2* configuration. #Script #DotNetInterfaceCHANGE REQ_RESP_MAX_EX 5000- Minor fix for
FLOW_CONTROL_TIMEOUTandMAX_INTER_PENDING_TIMEconfigs 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.