/[projects]/smsdaemon/main.cpp
ViewVC logotype

Diff of /smsdaemon/main.cpp

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

revision 117 by torben, Sun Nov 2 20:14:20 2008 UTC revision 118 by torben, Mon Dec 1 12:08:23 2008 UTC
# Line 45  int main(int argc, char* argv[]) Line 45  int main(int argc, char* argv[])
45                  daemonize();                  daemonize();
46    
47                    
48          SerialPort port("/dev/ttyS1" );          SerialPort port("/dev/ttyUSB0" );
49          try          try
50          {          {
51                  port.Open( SerialPort::BAUD_9600,                  port.Open( SerialPort::BAUD_9600,

Legend:
Removed from v.117  
changed lines
  Added in v.118

  ViewVC Help
Powered by ViewVC 1.1.20