/[H7]/branches/linux-serial/Serial.cpp
ViewVC logotype

Diff of /branches/linux-serial/Serial.cpp

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

revision 49 by torben, Mon Feb 5 07:06:43 2007 UTC revision 50 by torben, Mon Feb 5 07:14:33 2007 UTC
# Line 21  Line 21 
21  #define BAUDRATE B9600  #define BAUDRATE B9600
22    
23  #ifndef _MSC_VER // ugly hack, else will gcc not accept this constant in openLinux()  #ifndef _MSC_VER // ugly hack, else will gcc not accept this constant in openLinux()
24  const int flags = O_RDWR | O_NOCTTY ; //| O_NONBLOCK;  const int flags = O_RDWR | O_NOCTTY | O_NONBLOCK;
25  #endif  #endif
26    
27  std::string writeLastError()  std::string writeLastError()

Legend:
Removed from v.49  
changed lines
  Added in v.50

  ViewVC Help
Powered by ViewVC 1.1.20