--- smsdaemon/main.cpp 2008/11/02 20:14:20 114 +++ smsdaemon/main.cpp 2008/12/07 00:59:05 132 @@ -5,7 +5,7 @@ #include "common.h" #include "GsmModem.h" -#include "SerialPort.h" +#include "serialport/SerialPort.h" #include "SmsDaemon.h" @@ -45,7 +45,7 @@ daemonize(); - SerialPort port("/dev/ttyS1" ); + SerialPort port("/dev/ttyUSB0" ); try { port.Open( SerialPort::BAUD_9600,