Check this
http://groups.google.com/group/smslib/browse_thread/thread/60ad38edf154454a
If your interested I'll send you the code.
On Feb 8, 12:54 pm, jade yabot wrote:
> hi can anyone help me on this...
> thanks.
>
> On Jan 30, 2:36 pm, jade yabot wrote:
>
>
>
>
>
>
>
> > Hi will the SMSlib sup
Here is a BS way to do this using the existing SMSLib tools:
/**
* I stole the header from another message - I don't believe it will
cause any problems (if someone has any better suggestions, please let
me know)
*/
final String header = "079144F00100079199F930";
//This is what i
Good point - I tried switching from IGatewayStatusNotification to
IOutboundMessageNotification, with basically the same logic, but
process() is never being called. Any suggestions?
On Feb 8, 4:33 pm, "T.Delenikas" wrote:
> The gateway status is called when a gateway starts or stops. I think that
Or can anyone point me to some code that does?
thanks,
Jordan
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion Group" group.
To post to this group, send email to smslib@googlegroups.com.
To unsubscribe from this group, send email to
smslib+unsubsc
Thanks,, I will tryout and update...
On Thu, Feb 9, 2012 at 7:43 PM, Alex Anderson <
alexanderandersonofando...@gmail.com> wrote:
> Alternatively you should find you can use win32com.dll with a 32-bit
> JRE on a 64-bit OS.
>
> On 5 February 2012 17:46, T.Delenikas wrote:
> > There is an issue wi
Alternatively you should find you can use win32com.dll with a 32-bit
JRE on a 64-bit OS.
On 5 February 2012 17:46, T.Delenikas wrote:
> There is an issue with Win x64 platforms.
> Try to use the 64bit RxTx libraries described here:
> http://smslib.org/doc/installation/#RxTx_Installation
>
> --
>
Hi, i am trying to use SMSLib to send sms to mobiles from my pc. I am
using my Nokia 5130 GSM phone to send messages, but its not working.
Heres the code i am using.
package sms;
import org.smslib.AGateway;
import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smsl