Hello everyone, I'm trying to do an app with SMSlib but i have some problems...
I'm using NetBeans, and an Iphone 4S. When i play the code I found on example doc I have this error : org.smslib.GatewayException: Comm library exception: java.lang.RuntimeException: javax.comm.NoSuchPortException at org.smslib.modem.SerialModemDriver.connectPort(SerialModemDriver.java:102) at org.smslib.modem.AModemDriver.connect(AModemDriver.java:114) at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:189) at org.smslib.Service$1Starter.run(Service.java:276) This problem arrive when I use this line of code : Service.getInstance().startService(); I'm looking for on google, I try to see if my problem correspond to a other problem. So I saw if I have all .jar at the good place, and I think the problem comes from nowhere. Could you help me ? Thanks Quentin -- 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/68241413-bf7f-4c21-b09c-65a7ec0f328d%40googlegroups.com.
