--- branches/linux-serial/Serial.cpp 2007/02/05 07:06:43 49 +++ branches/linux-serial/Serial.cpp 2007/02/05 07:14:33 50 @@ -21,7 +21,7 @@ #define BAUDRATE B9600 #ifndef _MSC_VER // ugly hack, else will gcc not accept this constant in openLinux() -const int flags = O_RDWR | O_NOCTTY ; //| O_NONBLOCK; +const int flags = O_RDWR | O_NOCTTY | O_NONBLOCK; #endif std::string writeLastError()