Sfoglia il codice sorgente

Added command mode

Kenneth van Ewijk 10 anni fa
parent
commit
87213aecbb
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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();