substituting older code for newer commands?
Archiver
Posts: 46,084
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.
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
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.