Skip to content

v6.1

Choose a tag to compare

@mocakturk mocakturk released this 31 Jul 12:48
· 1 commit to main since this release
33c84ed

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.