Shop OBEX P1 Docs P2 Docs Learn Events
Dtmfout — Parallax Forums

Dtmfout

ArchiverArchiver Posts: 46,084
edited 2004-07-04 06:13 in General Discussion
Has anyone used the DTMFOUT command on the BS2. This just dials a number right?
Or can it actually communicate with something after it has dialed the number?


[noparse][[/noparse]Non-text portions of this message have been removed]

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-08-07 20:48
    In a message dated 8/7/01 2:00:33 PM Central Daylight Time,
    ricky@m... writes:


    > Has anyone used the DTMFOUT command on the BS2. This just dials a number
    > right? Or can it actually communicate with something after it has dialed
    >

    DTMFOUT will create the proper tones to dial a phone (you must couple the
    tones on to a phone line) -- but that's it. You need a modem to do
    communication over a phone line (and the modem already has the phone line
    connection circuitry and the ability to dial for you).

    -- Jon Williams
    -- Applications Engineer, Parallax


    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-07-04 04:34
    When I use the DTMFOUT command all of the number work fine. When I
    try and use # or * the compiler won't let me use them. Does anyone
    know what command I can use or how to make these work? Also, is it
    possible to use a,b,c,or d for DTMFOUT?

    Thanks,

    Chris
  • ArchiverArchiver Posts: 46,084
    edited 2004-07-04 06:13
    At 03:34 AM 7/4/04 +0000, christopher41877 wrote:
    >When I use the DTMFOUT command all of the number work fine. When I
    >try and use # or * the compiler won't let me use them. Does anyone
    >know what command I can use or how to make these work? Also, is it
    >possible to use a,b,c,or d for DTMFOUT?
    >
    >Thanks,
    >
    >Chris

    Chris -

    The # and * characters are never used per se. All of the permissible numbers, characters and extended codes come from the table as shown in the HELP file and the PBASIC Manual. Here is a copy of that table for your reference:

    Value Number/Character/Ext Codes

    0-9 Numbers 0-9
    10 Character *
    11 Character #
    12-15 Ext Codes A-D

    Regards,

    Bruce Bates
Sign In or Register to comment.