[smslib] Re: SMSLib multilanguage support

2009-09-11 Thread rossi kamal
Hello Is it possible to send SMS from SMSlib in Bangla language so that it can be received by any mobile (not with decoding software)? Is it possible to send at any encoding technique? Thanks Rossi Kamal . On Wed, Sep 2, 2009 at 8:02 PM, Rossi Kamal wrote: > > Will anyone suggest me how we can

[smslib] Re: Win32 Comm Driver: Error 31

2009-09-11 Thread Pietro
Yes, the modem is connecting / disconnecting, but that is a low level problem, not related to smslib. I think you must try another usb port to see if that is a hardware problem with the port. Check with another cell phone to see if you get the same problem. Last thing maybe you have some kind of

[smslib] modem is stopping to send/recieve sms after inbound sms message on smslib versions 3.4.1 and 3.4.2

2009-09-11 Thread Igor Igor
In unrecognized conditions in case of inbound sms message modem is stopping to send recieve sms. Also clear all messages command (AT +CMGL) didn't work and after that . Only after sending manual at commands via hyperterminal and clearing every message by at+cmgd=x and restarting sms modem everythi

[smslib] Re: RxTx vs javax.comm - choose at runtime?

2009-09-11 Thread Alex Anderson
Brilliant! Thanks for the quick response, too :-) On Sep 10, 9:16 pm, Thanasis wrote: > Hello, > > Currently, SMSLib decides by reflection and uses whatever library is > available. Just make sure that only one of the two libraries is > installed! > > On Sep 10, 4:01 pm, Alex wrote: > > > > > H