--- trunk/H7 Server/SlipSerial.cpp 2007/01/31 17:05:15 32 +++ trunk/H7 Server/SlipSerial.cpp 2007/01/31 17:22:59 33 @@ -37,7 +37,7 @@ int state = SlipNormal; - while ( bytesReady() >0 && state != SlipStopped) + while ( /*bytesReady() >0 &&*/ state != SlipStopped) { unsigned char data = readByte(); switch (state)