Hi, I don't understand where the problem is... Can you post a couple of lines (initialization section) from your application?
On Dec 14, 2:35 pm, neha <[email protected]> wrote: > i m workin on IDE ecilipse > i m gettin a problem in sending messages........... > > Example: Send message from a serial gsm modem. > SMSLib: A Java API library for sending and receiving SMS via a GSM > modem or other supported gateways. > This software is distributed under the terms of the Apache v2.0 > License. > Web Site:http://smslib.org > Version: 3.4.4 > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: SMSLib: A Java API library for sending and receiving SMS via a > GSM modem or other supported gateways. > This software is distributed under the terms of the Apache v2.0 > License. > Web Site:http://smslib.org > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: Version: 3.4.4 > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: JRE Version: 1.5.0_15 > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: JRE Impl Version: 1.5.0_15-b04 > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: O/S: Windows XP / x86 / 5.1 > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: GTW: +919826300390: Starting gateway, using Generic AT Handler. > Dec 14, 2009 5:35:17 PM org.smslib.helper.Logger logInfo > INFO: GTW: +919826300390: Opening: COM10 @9600 > > i have checked the code of sendmessage.java line by line.........it > has sucessfully added the gateway but the next method which is > startService() is not working........ > > the main probleb i got is, it is not calling > "this.gateway.startGateway();" in run method of "class Starter extends > Thread" -- You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
