gateway = new SerialModemGateway( "SER LIQUIDO", modemSerialPort, 38400, "MultiTech","GPRS" );
gateway.setInbound(true);
gateway.setOutbound(true);
service = new Service();
service.addGateway( gateway );
service.startService();
service.setInboundNotification(this);