Hardware/TBalancer/TBalancerGroup.cs
changeset 34 dc276daadb2c
parent 33 800a36a1ca8e
child 41 d92bacc2116e
     1.1 --- a/Hardware/TBalancer/TBalancerGroup.cs	Sun Feb 07 20:59:13 2010 +0000
     1.2 +++ b/Hardware/TBalancer/TBalancerGroup.cs	Mon Feb 08 20:18:25 2010 +0000
     1.3 @@ -62,7 +62,7 @@
     1.4            if (serialPort.IsOpen && serialPort.CDHolding &&
     1.5              serialPort.CtsHolding) {
     1.6  
     1.7 -            report.Append("Port name: "); report.AppendLine(portNames[i]);            
     1.8 +            report.Append("Port Name: "); report.AppendLine(portNames[i]);            
     1.9  
    1.10              serialPort.DiscardInBuffer();
    1.11              serialPort.DiscardOutBuffer();