--- trunk/H7 Server/Serial.cpp 2007/01/31 08:41:26 23 +++ trunk/H7 Server/Serial.cpp 2007/01/31 08:44:54 24 @@ -123,7 +123,7 @@ } - printByte("Read", out); + //printByte("Read", out); return out; } @@ -132,7 +132,7 @@ { unsigned long size; - printByte("Write", out); + //printByte("Write", out); if (!mIsopen) throw std::exception("Port not opened");