You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.