TC35i GSM With PIC 16F690 help


Results 1 to 34 of 34

Threaded View

  1. #12


    Did you find this post helpful? Yes | No

    Red face

    Done it to 84, so now it is transmitting in True mode. NOW the code is entering gosub one as expected BUT not gosub two.
    Changed the code to the following:
    main:
    gosub one
    Serout2 tx,baud,["AT+CMGF=1",13]
    Serin2 rx,baud,5000,main,[wait("OK"),i]
    gosub two
    goto main

    As always code never enters label two which means it is not getting the required response. I attach my setup photo, though not very clear but the schematic is the same except the pin change to 10 & 12 instead of your 17 & 18.
    Attached Images Attached Images  
    Last edited by financecatalyst; - 29th September 2009 at 19:15. Reason: Adding more info

Similar Threads

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