Answers follow: On Oct 6, 9:22 pm, Peogrammer Base <[email protected]> wrote: > Hi, > thanks, > > this problem is where? > > 1) cannot giving status report from Gsm modem ,my CNMI is set bad ? > set ---> msg.setStatusReport(true);
I see status report indications in your log - near the bottom of it. What exactly is the problem you are facing? > 2)can't sending and receiving unicode sms , i want sending Unicode SMS > and setting sms encoding via > msg.setEncoding(MessageEncodings.ENCUCS2); > appear sms bad when reach sms . This does not seem logical. Check that you call the "setEncoding()" before you send out the message. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
