--- smsdaemon/main.cpp 2008/06/16 09:04:05 88 +++ smsdaemon/main.cpp 2008/12/01 12:08:23 118 @@ -1,4 +1,5 @@ #include +#include #include "daemon.h" #include "common.h" @@ -44,7 +45,7 @@ daemonize(); - SerialPort port("/dev/ttyS1" ); + SerialPort port("/dev/ttyUSB0" ); try { port.Open( SerialPort::BAUD_9600,