Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User reinhout's Avatar
    Join Date
    Mar 2003
    Posts
    1
    Is it posible to send and receive sms messages from your computer in your own application created in C++ or visual basic or ..., what do I need ? A datalink Cable and a nokia phone ? or are there other ways to send and receive sms messages ...
    Wich are the commands to send them and receive the sms messages ??? pleas Tell me

  2. #2
    Registered User lokutas's Avatar
    Join Date
    Mar 2003
    Posts
    3
    Form a previous post:

    Assuming that you have the phone connected to the PC somehow (i.e. using a serial port), you can use the following commands to send and receive SMSs:

    (This commands need to be sent trough the Comm port using a program such as Hyperterminal)

    AT+CMGF=1<cr>

    The SMS sending mode is changed to text mode (default is 0, PDU mode).


    AT+CMGS="+{enter phone number to which you want to send the message}"<cr>{entere text you want to send}<Ctrl+Z>

    The message entered is sent to number you entered (you have to put the + as well).


    AT+CNMI=1,2,2,1,0<cr>

    When you receive a new SMS, the received message will be sent to the PC automatically.

    The SMSs are NOT stored on the mobile.

    Also check:
    http://www.nokia.com/phones/datasuite/30/faq.html

  3. #3
    Registered User activexperts's Avatar
    Join Date
    Feb 2007
    Posts
    16
    Hello Reinhout,

    Please have a look at the following documents,

    http://www.activexperts.com/activsms...nds/sendsmsat/
    http://www.activexperts.com/activsms.../receivesmsat/

    Best regards

    Leon
    forum.smssolutions.net moderator

  4. #4
    Registered User ambermahajan's Avatar
    Join Date
    Jul 2007
    Posts
    5
    Hi,

    You can simply use java jsmsengine API for reading and writing SMS to your mobile phone connected as GSM modem with your PC.

    For already developed interface, contact:
    amber@infosoftin.com
    http://www.infosoftin.com/wap

  5. #5
    Registered User _XRT_'s Avatar
    Join Date
    Jan 2010
    Posts
    5
    One possible option is to use a ready software, so called SMS gateways, which will route received SMS messages to your application via HTTP or file interface.
    For example: http://smsenabler.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved