TC35i GSM With PIC 16F690 help


Closed Thread
Results 1 to 34 of 34

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default

    max 232 is logic level converter. It converts RS232 logic level to ttl logic level and ttl to RS232. You should look datasheet.

  2. #2


    Did you find this post helpful? Yes | No

    Question

    Thanks for the info but since I am fairly new to this field, can you guide me as to where I can read about TTL & RS-232 type signals and difference between them.

  3. #3
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Dave
    Always wear safety glasses while programming.

  4. #4
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default

    On google or wiki
    RS232 standard:
    logic "1" is -3 to -15V
    logic "0" is 3 to 15v
    -3 to 3 is not defined
    TTL standard:
    logic "1" is 2 to Vcc (usually Vcc=5V)
    logic "0" is 0 to 0.8V
    Edit:
    0.8 to 2V isn't defied
    Last edited by pedja089; - 28th September 2009 at 23:35.

  5. #5


    Did you find this post helpful? Yes | No

    Red face

    Quote Originally Posted by pedja089 View Post
    On google or wiki
    RS232 standard:
    logic "1" is -3 to -15V
    logic "0" is 3 to 15v
    -3 to 3 is not defined
    TTL standard:
    logic "1" is 2 to Vcc (usually Vcc=5V)
    logic "0" is 0 to 0.8V
    Edit:
    0.8 to 2V isn't defied
    Thanks. I am trying to send an SMS using TC35i & 16F690. I tried to replicate the schematic at this link: http://techni.caliti.es/blog/2008/12...ontroller.html
    I used the pins 10 & 12 of 16f690 instead of 17 & 18 of 16F873. Hope it will work

  6. #6
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    I used the pins 10 & 12 of 16f690 instead of 17 & 18 of 16F873. Hope it will work
    If you have in mind to use the downloaded software, the answer is IT WILL NOT WORK.

    If you will write your own software the answer is YES IT WILL WORK.

    Al.
    All progress began with an idea

  7. #7


    Did you find this post helpful? Yes | No

    Red face

    Quote Originally Posted by aratti View Post
    If you have in mind to use the downloaded software, the answer is IT WILL NOT WORK.

    If you will write your own software the answer is YES IT WILL WORK.

    Al.
    Hi Aratti, your project has inspired me to do one by myself. I wont be connecting to the computer (as it does not have an serial port) neither I can get 16F873 that easily. So I am using 16F690.

    Any advise as to how to set up the registers, correctly for 690?

  8. #8
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Any advise as to how to set up the registers, correctly for 690?
    With pic 16F690 you need to turn off analog port to make them digital. You will accomplish this with the following instruction:

    Code:
    ANSEL = 0 : ANSELH = 0
    In my project I have used 8 ports as inputs and 8 ports as output. 690 doesn't have all these ports available, so you will decide how many inputs and how many outputs to use. Remember to set the TrisA; TrisB and TrisC registers accordingly.


    Al.
    All progress began with an idea

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