Hello Thanasis,

First of all, thanks for providing smslib!

I have a T-Mobile MDA Compact IV high end mobile phone, connected to
my computer with a USB cable. I managed to synchronize my telephone
data, email addresses etc. with it. I want to use this MDA as a modem
to send SMS messages from java to a simple cheap Nokia prepaid mobile
phone. Questions:

1. How can I decide if the MDA Compact IV is suitable to serve as a
modem using smslib?

2. While running the example SendMessage.java I get the following
output:

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.3.3
Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
        at org.smslib.modem.SerialModemDriver.connectPort
(SerialModemDriver.java:67)
        at org.smslib.modem.AModemDriver.connect(AModemDriver.java:110)
        at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:126)
        at org.smslib.Service$1Starter.run(Service.java:222)
Caused by: java.lang.RuntimeException: CommPortIdentifier class not
found
        at org.smslib.helper.CommPortIdentifier.<clinit>
(CommPortIdentifier.java:76)
        ... 4 more


Any suggestions how to proceed?
Thanks in advance!
Jan/Amsterdam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to