This commit is contained in:
2015-09-05 21:42:35 +02:00
parent 8841210408
commit ce1a2060d8
+4 -1
View File
@@ -49,7 +49,10 @@ namespace ErgometerUitlezer
comPort.Write("ST");
string response = comPort.Read();
Console.WriteLine(response);
richTextBox1.Text = FormatHelper.Status(response).ToString();
Meting test = FormatHelper.Status(response);
string test2 = test.ToString();
richTextBox1.Text = test2;
}
}
else