Siemens c55 sms control help please


Results 1 to 40 of 86

Threaded View

  1. #16


    Did you find this post helpful? Yes | No

    Default

    Hi,

    I think the array is now ok

    ..........
    ..........
    myarray var byte[48] 'My array is made i think
    ..........
    ..........
    Loop:
    HSEROUT ["AT+CMGR=1",13,10]
    HSERIN 5000, Loop,[WAIT("OK")]

    if myarray[0]="0" then
    if myarray[1]="1" then
    ..................... ' from 0 to 47
    .....................
    if myarray[46]="46" then
    if myarray[47]="47" then

    goto success
    endif
    endif
    ................... ' from 0 to 47
    ...................
    endif
    endif

    no_success:
    Goto Loop

    success:
    High PortD.2

    End


    Please give me your input thanks.
    Last edited by camolas; - 8th July 2008 at 00:49.

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