--- trunk/H7 Server/Serial.h 2007/02/01 07:39:56 35 +++ trunk/H7 Server/Serial.h 2007/02/01 09:21:43 36 @@ -20,6 +20,8 @@ protected: void printByte(char* description, unsigned char byte); + void open(); + public: CSerial(); CSerial(char* port, int bitrate); @@ -40,8 +42,4 @@ bool isOpen() { return mIsopen; } - //void writeBytes(UCVector out); - //UCVector readBytes(int maxcount); -protected: - void open(); };