--- trunk/H7 Server/SlipSerial.cpp 2007/02/01 10:03:52 38 +++ trunk/H7 Server/SlipSerial.cpp 2007/02/01 13:49:01 39 @@ -37,7 +37,7 @@ int state = SlipNormal; - while ( /*bytesReady() >0 &&*/ state != SlipStopped) + while ( state != SlipStopped ) { unsigned char data = readByte(); switch (state)