--- trunk/H7 Server/Serial.h 2007/01/31 17:22:59 33 +++ trunk/H7 Server/Serial.h 2007/01/31 17:32:22 34 @@ -26,7 +26,7 @@ ~CSerial(void); void close(); - void open(char* port, int bitrate); + void open(CString port, int bitrate); unsigned char readByte(); void writeByte(unsigned char out);