Siemens c55 sms control help please


Results 1 to 40 of 86

Threaded View

  1. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,159


    Did you find this post helpful? Yes | No

    Default

    Hi Norbac. Are you sure it is working? After AT+CMGS= there is a need for " character. Maybe your module does not needed.

    Here is an older post I gave as an example:

    Code:
    HSerout ["AT+CMGS=",34,your numbers here,34,13]
    hserin 2000,noresp,[wait(">")]
    HSerout ["your message here",26]
    hSerin 5000,noresp,[wait("OK")]
    LCDOut com,1,"Sent OK":Pause 1000
    GoTo .....
    noresp:
    LCDOut com,1,"Message not sent...":Pause 1000
    GoTo....
    34 is " character
    26 is Ctrl+Z character

    To Camolas: find another mobile with text. PDU is difficult format. Does not worth it. You may find cheap phones and modules to try.

    Ioannis
    Last edited by Ioannis; - 30th June 2008 at 19:09.

Similar Threads

  1. sms to control pic..pls help...
    By Ziki in forum mel PIC BASIC Pro
    Replies: 53
    Last Post: - 12th April 2010, 21:19
  2. Replies: 11
    Last Post: - 19th August 2009, 15:23
  3. SMS control for Relays
    By charudatt in forum Code Examples
    Replies: 15
    Last Post: - 2nd May 2009, 00:08
  4. Reading a SMS to an array
    By KA5MAL in forum GSM
    Replies: 3
    Last Post: - 17th June 2008, 17:24
  5. Control RC servo via Parallax Servo Control
    By cibotsan in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th September 2005, 08:18

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts