@ -50,6 +50,8 @@ namespace Mystify
public void LoadDriverAndDevice(string driverPath)
{
_device?.StopCommunication();
IDriver? driver = _driverLoader.Load(driverPath);
if (driver == null)