DTMF receiver


Results 1 to 12 of 12

Thread: DTMF receiver

Threaded View

  1. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    You replace BANK0, BANK1 etc bank calls with CHK?RP, you deleted their BANK macro.

    Al variable are define in the regular way
    COUNT VAR BYTE *** carefull it's a reserver word
    RESULT VAR BYTE

    DE is replace with DATA

    forget all ORG

    and when you use those variable in asm, you insert an underscore before.

    They use interrupt.. look at the end of the PBP manual or use Darrel interrupt in ASM, AND forget the context save/restore section.

    list is still long enough... i would probably suggest you to compile their code, see if it works, if so, add your own stuff in.

    I can't remember to have messed with DTMF decoding 'till now.

    Did you found a MT8870 somewhere?
    Last edited by mister_e; - 31st May 2008 at 01:11.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. 433 Mhz Data Receiver
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 29th November 2010, 03:26
  2. DTMF on a 12V car system
    By Jumper in forum Schematics
    Replies: 1
    Last Post: - 7th December 2008, 15:41
  3. Replies: 2
    Last Post: - 31st July 2006, 17:06
  4. Problems with DTMF Generatiom
    By Angus Anderson in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 30th May 2006, 22:12
  5. A little DTMF help
    By Travin77 in forum mel PIC BASIC Pro
    Replies: 48
    Last Post: - 30th May 2006, 02:31

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