• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Send SMS by AT command

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a java application that sends and recieves SMS messages through a modem. For the purpose I have written a small java framework for communicating with the modem by AT commands in TEXT mode.

My problem is that it doesn't work to store and send swedish caracters in the modem, like �, �, �.

1)Is it possible to achieve this in TEXT mode or do I have to use PDU mode.
If yes, how can I configure the modem and/or convert the input format so international caracters can be used?

2) If no
I could sure use a java source code example on how to create a SMS message in PDU format.

Any help appreciated!
//P-A
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic