--- trunk/FlisServer/Serial.cpp 2007/12/14 09:47:46 295 +++ trunk/FlisServer/Serial.cpp 2007/12/14 09:50:41 296 @@ -58,8 +58,10 @@ void CSerial::open() { + CString comport = "\\\\.\\"; + comport += mPortstr; // Åbner Serial porten. - mComport = CreateFile( mPortstr, + mComport = CreateFile( comport, GENERIC_READ|GENERIC_WRITE, 0, 0,