Dear Smslib, Iam with SMSLib from past few years and was successful in implementing the same. Presently I bought a new i5 desktop which is 64bit. I wanna SMSLib get implemented in my new desktop
I now connected a serial port GSM Modem (Visiontek 81GC) and I Own a linux/fedora system. My port is /dev/ttyS0 The modem got detected with minicom (linux telnet) and able to send messages. I downloaded the latest version of SMSLib v3.5.2 with all new jar files and rxtx library files. Also done with the ANT build and all required stuff. I want to send one SMS message with examples provided. (As instructed in Installation manual) When I compile and execute the SendMessage.java, I encountered with following issue: ------------------------------------------------------------------------------------------------------------------------- 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.5.2 log4j:WARN No appenders could be found for logger (smslib). log4j:WARN Please initialize the log4j system properly. Experimental: JNI_OnLoad called. Stable Library ========================================= Native lib Version = RXTX-2.1-7 Java lib Version = RXTX-2.1-7 org.smslib.GatewayException: Comm library exception: java.lang.RuntimeException: gnu.io.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:277) -------------------------------------------------------------------------------------------------------------------------------------- This is the output with where I hang... Kindly help me to resolve. -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion 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.
