--- trunk/H7 Server/Serial.cpp 2007/01/31 17:22:59 33 +++ trunk/H7 Server/Serial.cpp 2007/01/31 17:32:22 34 @@ -44,7 +44,7 @@ close(); } -void CSerial::open(char* port, int bitrate) +void CSerial::open(CString port, int bitrate) { if (mIsopen) throw std::exception("Port already opened");