Shop OBEX P1 Docs P2 Docs Learn Events
substituting older code for newer commands? — Parallax Forums

substituting older code for newer commands?

ArchiverArchiver Posts: 46,084
edited 2002-05-17 16:21 in General Discussion
i'm just beginning to use an original Basic Stamp 2 unit for a
project, and i have code for a certain program written for the
BS2p24. the only noticeable discrepancies between the two codes is
that the commands GET and STORE in BS2p24 code don't exist for the
BS2. is there anyway i can substitute a BS2 command/block of code
for GET and STORE so i can run the program on my BS2? thanks.

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-05-17 16:21
    The short answer is no. The 'store' command is an exclusive
    function for the BS2p24 (and p40) which accesses another program
    slot. The BS2 can not run multiple programs, let alone access one
    from another.



    --- In basicstamps@y..., "caughtinaweb31" <caughtinaweb31@y...> wrote:
    > i'm just beginning to use an original Basic Stamp 2 unit for a
    > project, and i have code for a certain program written for the
    > BS2p24. the only noticeable discrepancies between the two codes is
    > that the commands GET and STORE in BS2p24 code don't exist for the
    > BS2. is there anyway i can substitute a BS2 command/block of code
    > for GET and STORE so i can run the program on my BS2? thanks.
Sign In or Register to comment.