Gsm/Gps Tracker


Closed Thread
Results 1 to 40 of 53

Thread: Gsm/Gps Tracker

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by aratti View Post
    Did you powered the cable working with hyperterminal? If not you don't need to do it with max232.

    Al.
    Hi,

    When i use it with the pc hyperterminal there is no need for external power the com port it gives the power that i need it.

    Can i use in same code more the one Serout2/in2 on diferent ports to control phone and gps and others serial devices?

    Thanks

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


    Did you find this post helpful? Yes | No

    Default

    Can i use in same code more the one Serout2/in2 on diferent ports to control phone and gps and others serial devices?
    Yes you can. But when you service one device you don't see the others (If device A will send data while you are servicing device B, device A data will be lost"

    Al.
    Last edited by aratti; - 4th December 2008 at 22:44.
    All progress began with an idea

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by aratti View Post
    Yes you can. But when you service one device you don't see the others (If device A will send data while you are servicing device B, device A data will be lost"

    Al.
    Hi,

    Ok thanks for the hellp e will later try ths max way that you told me.

    Xau

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by camolas View Post
    Can i use in same code more the one Serout2/in2 on diferent ports to control phone and gps and others serial devices?
    I have not done phones, but the others many times.

    As long as the pin is set for digital SERIN/OUT/2 will work on any pin that is an I/O, You can have as many pins as you want taking turns doing serial.
    You can mix and match SERIN, SERIN2, and HSERIN.
    If you are slick, you can HSERIN on the hardware and SEROUT on another.
    Dave
    Always wear safety glasses while programming.

  5. #5


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    I have not done phones, but the others many times.

    As long as the pin is set for digital SERIN/OUT/2 will work on any pin that is an I/O, You can have as many pins as you want taking turns doing serial.
    You can mix and match SERIN, SERIN2, and HSERIN.
    If you are slick, you can HSERIN on the hardware and SEROUT on another.
    Ok thanks for caring.

    Xau

  6. #6


    Did you find this post helpful? Yes | No

    Default

    ..............
    Last edited by camolas; - 5th December 2008 at 20:24.

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


    Did you find this post helpful? Yes | No

    Default

    Have you correctly placed the label "UM:" in your code?

    Al.
    Last edited by aratti; - 5th December 2008 at 20:29.
    All progress began with an idea

  8. #8


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by aratti View Post
    Have you correctly placed the label "UM:" in your code?

    Al.
    Hi ALL,

    Its was a small error its solved, I will post the new code using Serin2/out2.
    One more time thank you Sir. for hellping and caring.

    Xau

  9. #9
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    72


    Did you find this post helpful? Yes | No

    Lightbulb just my two cents

    Hi Camolas,
    about the signal coverage, what you think about to use:
    AT+CSQ

    it should tell you how good is the signal.
    In the modem I have it say that
    0 - 9 = very poor or not enough
    10 - 15 = good
    16 - 31 = very good

    May this help you.
    If you get your code even good for signal coverage, do you like to share it?

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