Author Topic: Some trouble with getting SMS  (Read 1928 times)

Offline FILLrate

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Some trouble with getting SMS
« on: January 15, 2009, 11:24:34 AM »
Hello.
I need to receive/send SMS from my phone.
I try to use demo projects. Everything works fine, except receiving SMS (error executing of AT commands).  :'(
Phone Nokia E51 (Symbian)
driver from Microsoft (Win XP SP2).
what's may be wrong?  ???

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Some trouble with getting SMS
« Reply #1 on: January 15, 2009, 11:49:35 AM »
Good day!

Symbian phones does not support SMS sending with using AT commands.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline FILLrate

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Some trouble with getting SMS
« Reply #2 on: January 15, 2009, 12:41:23 PM »
Good day!

Symbian phones does not support SMS sending with using AT commands.
But sending sms works fine! I have a trouble only with reading SMS.


var
  SMSes: TBFSMSes;

<...>

SMSes := BFGSMModemClient.ReadSMSes(msAll);

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Some trouble with getting SMS
« Reply #3 on: January 15, 2009, 01:02:28 PM »
Once again: Symbian phones does not support working with SMS (sending and receiving) with using AT commands. Some old Symbian phones can send SMS with AT commands but no one can read. More info on forum.nokia.com
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline FILLrate

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Some trouble with getting SMS
« Reply #4 on: January 15, 2009, 01:06:22 PM »
Once again: Symbian phones does not support working with SMS (sending and receiving) with using AT commands. Some old Symbian phones can send SMS with AT commands but no one can read. More info on forum.nokia.com
:'(
I understand. Thanks

Offline svenj

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Some trouble with getting SMS
« Reply #5 on: January 15, 2009, 05:28:32 PM »
Hi,

I have the same problem with Sony Ericsson K530i.
When I use the function ReadSMSes(msAll), the TBFSMSes.Count is zero!
I know there are smses.

// Sven

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Some trouble with getting SMS
« Reply #6 on: January 15, 2009, 06:07:11 PM »
Check the selected SMS memory
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager