Gsm/Gps Tracker - Page 2


Results 41 to 53 of 53

Thread: Gsm/Gps Tracker

Threaded View

  1. #33
    Join Date
    Nov 2005
    Posts
    4


    Did you find this post helpful? Yes | No

    Default Need help

    Hi Friends,
    The project of Camolas is very interesting and i try to create my own device. This device /schematic is posted below/ is based on the source code of Camolas with little changes on the source code.
    My GSM cellphone is Sony_ericsson T630. The phone supports AT+CMGF=1.

    The USART settings are:
    DEFINE OSC 20
    DEFINE HSER_RCSTA 90h ' Enable serial port & continuous receive
    DEFINE HSER_TXSTA 24h ' Enable transmit, BRGH = 1
    DEFINE HSER_SPBRG 64 ' 19200 Baud @ 20MHz, 0.16%
    DEFINE HSER_CLROERR 1 ' Clear overflow automatically

    But i have a problem.
    The problem is in Hserin command, i thing that the PIC don't recieve or understand the answer (ok) from cellphone.

    for example:
    TEST:
    HSEROUT["AT",13,10]
    HSERIN 10000,TEST,WAIT("OK"), the code hangs here
    HSEROUT["ATD0897123456",13,10]
    High PortB.0

    Please help to solve this....


    Thank you
    Attached Images Attached Images  

Similar Threads

  1. solar tracker controller
    By CIRE in forum mel PIC BASIC Pro
    Replies: 41
    Last Post: - 15th November 2016, 15:16
  2. Help Idea Off infrared tracker
    By jetpr in forum General
    Replies: 5
    Last Post: - 11th September 2008, 08:22
  3. Replies: 1
    Last Post: - 27th July 2008, 06:14

Members who have read this thread : 1

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