Pic to GSM(nokia 6610), Please help..T_T


Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Nov 2009
    Posts
    12

    Unhappy Pic to GSM(nokia 6610), Please help..T_T

    i have a problem with my project. i don't know where is wrong, if it is in the program or in my circuit. here is the flow of my project. if i press the button in PORTB it will send automatically a message. my problem is it doesn't text or send a message. thats why i need your help. i know lot of here can help me. thanks. i will put my program and the circuit. by the way my phone using is nokia 6610 and the data cable is usb.


    HERE IS MY PROGRAM:

    ------------------------
    DEFINE OSC 20


    DEFINE HSER_TXSTA 24h
    DEFINE HSER_RCSTA 90h
    DEFINE HSER_BAUD 115200
    DEFINE HSER2_CLROERR 1


    CLR CON 12 ' Clear screen
    LF CON 10 ' Line-feed character
    CR CON 13 ' Carriage-return character
    SUB CON 26 ' Ctr + Z
    QOUTE CON 34

    PORTB = $00

    AGAIN:

    if PORTB.0 = 0 THEN

    pause 200
    HSEROUT ["AT",CR,LF]
    pause 1000

    HSEROUT ["AT+CMGF=1",CR,LF]
    PAUSE 500

    HSerout ["AT+CMGS=",SUB,"+639187085735",SUB,CR,LF]
    PAUSE 500

    HSEROUT ["Test-Message",CR,LF]
    HSEROUT [26]
    ENDIF

    GOTO AGAIN

    END

    ---------nothing follows
    Attached Images Attached Images  

Similar Threads

  1. SMS via pic
    By kenandere in forum GSM
    Replies: 15
    Last Post: - 10th March 2010, 10:00
  2. PIC to GSM(Nokia 6310i)
    By reianjim in forum Schematics
    Replies: 0
    Last Post: - 9th December 2009, 15:05
  3. HSERIN & Interupts (aka controlling PIC programs from a remote PC)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 17th June 2009, 14:46
  4. pic to pic ir link versus wired link : help please anyone
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 30th May 2008, 21:01
  5. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14

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