Shop OBEX P1 Docs P2 Docs Learn Events
Working in Basic Stamp Board with AT Commands — Parallax Forums

Working in Basic Stamp Board with AT Commands

naganaga Posts: 3
edited 2006-06-06 06:09 in BASIC Stamp
Hi,

How we can use the AT commands in Basic Stamp Board. how we send this to the stamp board.

confused.gif
regards,
Naga.s

Comments

  • BeanBean Posts: 8,129
    edited 2006-06-05 11:01
    Do you mean modem "AT" commands ?
    Bean.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Cheap 4-digit LED display with driver IC·www.hc4led.com


    COMING SOON "SD DATA LOGGER" www.sddatalogger.com

    "I reject your reality, and substitute my own." Mythbusters
    ·
  • Bruce BatesBruce Bates Posts: 3,045
    edited 2006-06-05 11:10
    naga -

    You need to take a look at the SEROUT command in the PBASIC Manual, or the PBASIC Help File for details. Here are a couple of incomplete, skeleton command examples:

    SEROUT pin, baudmode, [noparse][[/noparse]"AT", cmd1, cmd2, cmd3 CR]

    OR

    SEROUT pin, baudmode, [noparse][[/noparse]"ATDT", "18005551212", CR]

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    <!--StartFragment -->
  • naganaga Posts: 3
    edited 2006-06-06 06:09
    Hi,

    Yes, Modem Commands only.
    Bean (Hitt Consulting) said...
    Do you mean modem "AT" commands ?
    Bean.

Sign In or Register to comment.