diff --git a/THermo.Active.Thermocamera/ThermocameraComunicator.cs b/THermo.Active.Thermocamera/ThermocameraComunicator.cs index c3246746..9c218a2a 100644 --- a/THermo.Active.Thermocamera/ThermocameraComunicator.cs +++ b/THermo.Active.Thermocamera/ThermocameraComunicator.cs @@ -171,7 +171,7 @@ namespace Thermo.Active.Thermocamera if (!readCommand(accessorResp, tempCommand, timeoutMS, out response)) return false; - string[] respSplitted = response.Split(';'); + string[] respSplitted = response.Replace(",",".").Split(';'); int idxResp = 0; foreach (var item in points) {