Explorar el Código

Added command mode

Kenneth van Ewijk hace 10 años
padre
commit
87213aecbb
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      ErgometerIPR/ErgometerApplication/MainClient.cs

+ 0 - 3
ErgometerIPR/ErgometerApplication/MainClient.cs

@@ -64,9 +64,6 @@ namespace ErgometerApplication
                         return false;
                     }
                     Thread.Sleep(200);
-                    ComPort.Write("CM");
-                    ComPort.Read();
-                    Thread.Sleep(200);
 
                     ComPort.Write("ST");
                     string response = ComPort.Read();