/[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 32 by torben, Wed Jan 31 08:41:26 2007 UTC revision 33 by hedin, Wed Jan 31 17:22:59 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 ( /*bytesReady() >0 &&*/ state != SlipStopped)
41          {          {
42                  unsigned char data = readByte();                  unsigned char data = readByte();
43                  switch (state)                  switch (state)

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.20