/[H7]/trunk/H7 Server/Serial.cpp
ViewVC logotype

Diff of /trunk/H7 Server/Serial.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by torben, Wed Jan 31 08:41:26 2007 UTC revision 24 by torben, Wed Jan 31 08:44:54 2007 UTC
# Line 123  unsigned char CSerial::readByte() Line 123  unsigned char CSerial::readByte()
123          }          }
124    
125    
126          printByte("Read", out);          //printByte("Read", out);
127          return out;          return out;
128  }  }
129    
# Line 132  void CSerial::writeByte(unsigned char ou Line 132  void CSerial::writeByte(unsigned char ou
132  {  {
133          unsigned long size;          unsigned long size;
134    
135          printByte("Write", out);          //printByte("Write", out);
136          if (!mIsopen)          if (!mIsopen)
137                  throw std::exception("Port not opened");                  throw std::exception("Port not opened");
138    

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.20