--- branches/linux-serial/Serial.cpp 2007/02/05 20:34:51 60 +++ branches/linux-serial/Serial.cpp 2007/02/06 09:09:32 61 @@ -137,7 +137,7 @@ bzero(&newtio, sizeof(newtio) ); // use a std. 8N1 config - newtio.c_cflag = convertBaudrate(mBitrate) | CRTSCTS | CS8 | CLOCAL | CREAD; + newtio.c_cflag = convertBaudrate(mBitrate) | CS8 | CLOCAL | CREAD; newtio.c_iflag = IGNPAR; newtio.c_oflag = 0;