Skip to content

v6.2.1

Choose a tag to compare

@mocakturk mocakturk released this 10 Oct 09:58
· 1 commit to main since this release
33c84ed
  • 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.