I just started trying to use smslib and i ran into a problem. my code shows
errors but i'm not sure why.
someone please help me
this is my code:
import org.smslib.*;
public class msg {
(Service).addGateway(new SerialModemGateway("modem1.com1", "COM1", 57600,
"IPhone","6310i"));
Service.getInstance().Start();
public static void main(String[] args){
OutboundMessage m = new OutboundMessage("6474005653", "hello there");
Service.getInstance().sendMessage(m);
}
}
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion Group" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/smslib/163daa27-9b0d-4a07-903e-961de90d1d61%40googlegroups.com.