Problem with SMS Project: Using 16F877A


Results 1 to 15 of 15

Threaded View

  1. #2
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    966


    Did you find this post helpful? Yes | No

    Default

    Can you try this

    Code:
    CASE "1"
    for a=0 to 12
    write EE_Ph1+a,num[a]
    next a
    
    CASE "2"
    for a=0 to 12
    write EE_Ph2+a,num[a]
    next a
    
    CASE "3"
    for a=0 to 12
    write EE_Ph3+a,num[a]
    next a
    END SELECT
    gosub load
    do the same for reading back. EE_Ph1 to 3 are the eeprom locations of the telephone numbers
    This is how to define them

    EE_Ph1: data byte[13] ' allocate space for phone 1 in eeprom
    EE_Ph2: data byte[13]
    EE_Ph3: data byte[13]
    Last edited by Jerson; - 18th October 2009 at 02:51.

Similar Threads

  1. Problem displaying data from GPS module & using 16f877a
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th April 2010, 10:27
  2. Problem with SMS IO Controller
    By dario.costa in forum GSM
    Replies: 4
    Last Post: - 30th November 2009, 07:04
  3. 16F877A problem: "coupled" digital values
    By Lupo83 in forum General
    Replies: 16
    Last Post: - 4th December 2007, 12:46
  4. sending sms with 16f877A
    By anushka in forum General
    Replies: 1
    Last Post: - 18th January 2007, 11:00
  5. 16F877A serin problem with baud rate 19200
    By leemin in forum Serial
    Replies: 1
    Last Post: - 31st July 2005, 09:45

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