Added command mode

This commit is contained in:
2015-11-01 22:08:39 +01:00
parent a634a6f4f1
commit 87213aecbb
@@ -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();