--- DLL430_v3/src/TI/DLL430/FetControl.cpp.ORI 2021-10-24 13:01:55.190455000 +0200 +++ DLL430_v3/src/TI/DLL430/FetControl.cpp 2021-10-24 13:02:50.514837000 +0200 @@ -225,7 +225,7 @@ data.push_back(0x00); this->sendData(data); // reset connection - std::this_thread::sleep_for(std::chrono::milliseconds(100)); + std::this_thread::sleep_for(std::chrono::milliseconds(500)); HalExecElement* el = new HalExecElement(ID_Zero); el->appendInputData8(STREAM_CORE_ZERO_VERSION);