Shop OBEX P1 Docs P2 Docs Learn Events
Might not be around too often anymore — Parallax Forums

Might not be around too often anymore

ArchiverArchiver Posts: 46,084
edited 2001-05-15 01:56 in General Discussion
Howdy stampers,

I plan to still kinda watch list for a while but
since the stamp doesn't have interrupts, I had to
try another chip for a project and now I'm totally
sold and probably won't be doing too much stamp
stuff. Thanks to all here for help and it was great
having Al Williams around to answer questions.

Best regards,
Bandit

======================================================
If you understand, things are just as they are.
If you do not understand, things are just as they are.
======================================================

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-05-14 19:09
    Hi Bandit,

    ········Would youlet me know (off list) what direction you're heading as far as a chipwith interrupts?· I'm very interested and am considering optionsmyself.

    Thank you,

    Tim
    E-Mail: timm@crystaliteinc.com


    At 01:55 PM 5/14/2001 -0400, you wrote:
    Howdy stampers,

    I plan to still kinda watch list for a while but
    since the stamp doesn't have interrupts, I had to
    try another chip for a project and now I'm totally
    sold and probably won't be doing too much stamp
    stuff. Thanks to all here for help and it was great
    having Al Williams around to answer questions.

    Best regards,
    Bandit

    ======================================================
    If you understand, things are just as they are.
    If you do not understand, things are just as they are.
    ======================================================




    Your use of Yahoo! Groups is subject tohttp://docs.yahoo.com/info/terms/

    Timothy Medema
    CrystaLite, Inc.
    3307 Cedar St.··················(425) 745-6000·· 800-666-6065
    Everett, WA 98201···············Fax: (425) 257-0232

    www.crystaliteinc.com···········timm@crystaliteinc.com


    The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material.· Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.· If you received this in error, please contact the sender and delete the material from any computer.
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-14 20:01
    [font=arial,helvetica]Take a look at the BS2p. It does a polling interrupt on all pins.
    Chuck[/font]
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-14 21:02
    ...sort of.

    Original Message

    > Take a look at the BS2p. It does a polling interrupt on all pins.
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-15 01:56
    [font=arial,helvetica]I want to expand this subject area more. First, the BASIC Stamp carries a
    heavy load out there in the world and it has to be reliable when it does a
    pbasic command. Interrupts must be done under a control condition. To do an
    interrupt in the middle of a command can in some cases mean trouble. You
    could lock up your control sytem causing an operation not desired. Second,
    the polling interrupts on the BS2p only become active after the pbasic
    command has been completed. This way you, the programmer, know that the
    command was completed when an interrupt occurs and the next command resulting
    from the interrupt was defined clearly in the program software. Third, the
    pbasic commands allows the polling interrupts to be locked, if desired, and
    the interrupt I/O pin causing the interrupt is stored in stamp memory for
    programming input use. All pins can be interrupt I/Os which more than
    available on a PC.
    The BASIC Stamp is a simple reliable device and will always work well if its
    design and firmware logic remains simple. I think time will prove this out.
    Regards,
    Chuck[/font]
Sign In or Register to comment.