TC35i GSM With PIC 16F690 help


Results 1 to 34 of 34

Threaded View

  1. #24
    Join Date
    Feb 2011
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: TC35i GSM With PIC 16F690 help

    hi all,

    I have read through the discussion that you guys had. They are so informative and useful. Now I want to send message to the PIC16f690 to turn on a LED. My GSM and PIC can work well with hyperterminal. However, if i want to have a direct connection from GSM to PIC, i dont get any response. Any ideas?

    char AT[]={0x41,0x54,0x2B,0x43,0x4D,0x47,0x52,0x3D,0x34,0x0 D,0x0A}; //AT+CMGR=1

    while(1)
    {
    for (j=0;j<11;j++)
    {
    TXREG=AT[j];
    for (i=0;i<500;i++){
    }
    }

    if (RCREG=='T') // if receive T then turn on LED
    {
    PORTC=0x01;
    }
    for (i=0;i<1000;i++){
    }

    }
    Last edited by sunsun; - 24th February 2011 at 07:47.

Similar Threads

  1. Want to learn GSM & PIC programming
    By financecatalyst in forum GSM
    Replies: 5
    Last Post: - 25th February 2014, 09:22
  2. GSM With PIC?
    By financecatalyst in forum General
    Replies: 1
    Last Post: - 19th September 2009, 23:12
  3. SERIN AND SEROUT PROBELM USING 16f690 PIC
    By Charles in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 18th January 2007, 03:59
  4. gsm card reader using pic
    By ninebarmaximus in forum General
    Replies: 0
    Last Post: - 6th December 2005, 18:08
  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