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

Diff of /trunk/H7 Server/SlipSerial.cpp

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

revision 38 by hedin, Wed Jan 31 17:22:59 2007 UTC revision 39 by hedin, Thu Feb 1 13:49:01 2007 UTC
# Line 37  std::vector<unsigned char> CSlipSerial:: Line 37  std::vector<unsigned char> CSlipSerial::
37    
38          int state = SlipNormal;          int state = SlipNormal;
39    
40          while ( /*bytesReady() >0 &&*/ state != SlipStopped)          while ( state != SlipStopped )
41          {          {
42                  unsigned char data = readByte();                  unsigned char data = readByte();
43                  switch (state)                  switch (state)

Legend:
Removed from v.38  
changed lines
  Added in v.39

  ViewVC Help
Powered by ViewVC 1.1.20