Parcourir la source

Added command mode

Kenneth van Ewijk il y a 10 ans
Parent
commit
87213aecbb
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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();