How to trap incoming Calls/SMS when no RING pin is available


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    755

    Default Re: How to trap incoming Calls/SMS when no RING pin is available

    That would be most reliable way to go.
    Also you can call every ms something like this:

    Hserin 2,NoData,[WAIT(13,10),STR RecBuffer\100\10]
    This will capture date betwen two CRLF, and modem send one at start and one at end of line.
    Then just check content of buffer, does it contain "RING"...

  2. #2
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938

    Default Re: How to trap incoming Calls/SMS when no RING pin is available

    Thanks pedja089,

    I have effectively started this way ;-)
    Roger

Similar Threads

  1. C library calls with PBP
    By Tobias in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 17th January 2013, 02:30
  2. Ring buffer hardware Usart
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 11th December 2010, 19:15
  3. Replies: 11
    Last Post: - 19th August 2009, 15:23
  4. how to control the incoming data?
    By zx81sp in forum Serial
    Replies: 7
    Last Post: - 29th April 2009, 17:38
  5. Where to store incoming data ?
    By f_lez in forum General
    Replies: 5
    Last Post: - 23rd August 2006, 08:07

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