Shop OBEX P1 Docs P2 Docs Learn Events
Help Accessing BS2SX additional space — Parallax Forums

Help Accessing BS2SX additional space

ArchiverArchiver Posts: 46,084
edited 2004-01-24 04:14 in General Discussion
Hi all,

I just got my shiny new BS2sx and am trying to figure out how I am
supposed to store programs in the supposed 8 slots. Is there some
command I put in the beginning that tells where to send them?

Chris

Thanks

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2004-01-24 03:38
    Section 4 of the manual (and "Compiler Directives" in the help file)
    covers multi-slot programs. The short answer is that you need to modify
    your $STAMP directive (in your main program [noparse][[/noparse]slot 0]) to load any
    additional slots. Like this:

    ' {$STAMP BS2sx, Slot1Pgm.BSX, Slot2Pgm.BSX}

    This article from Nuts & Volts will show you to put active code in extra
    slots and call it from the main program:

    http://www.parallax.com/dl/docs/cols/nv/vol3/col/87.pdf

    -- Jon Williams
    -- Applications Engineer, Parallax
    -- Dallas Office


    Original Message
    From: Chris Schur [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=N_zad7_wBCZATJlLg1_VGtdSWPcaZxks_9wLryod8UFZLdkPH1RzC4co_mSZlww-o8FCq0i0l8Jn]comets133@y...[/url
    Sent: Friday, January 23, 2004 9:17 PM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] Help Accessing BS2SX additional space


    Hi all,

    I just got my shiny new BS2sx and am trying to figure out how I am
    supposed to store programs in the supposed 8 slots. Is there some
    command I put in the beginning that tells where to send them?

    Chris

    Thanks
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-24 04:14
    Thanks John! My robot thanks you too...

    Chris

    --- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
    wrote:
    > Section 4 of the manual (and "Compiler Directives" in the help file)
    > covers multi-slot programs. The short answer is that you need to
    modify
    > your $STAMP directive (in your main program [noparse][[/noparse]slot 0]) to load any
    > additional slots. Like this:
    >
    > ' {$STAMP BS2sx, Slot1Pgm.BSX, Slot2Pgm.BSX}
    >
    > This article from Nuts & Volts will show you to put active code in
    extra
    > slots and call it from the main program:
    >
    > http://www.parallax.com/dl/docs/cols/nv/vol3/col/87.pdf
    >
    > -- Jon Williams
    > -- Applications Engineer, Parallax
    > -- Dallas Office
    >
    >
    >
    Original Message
    > From: Chris Schur [noparse][[/noparse]mailto:comets133@y...]
    > Sent: Friday, January 23, 2004 9:17 PM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] Help Accessing BS2SX additional space
    >
    >
    > Hi all,
    >
    > I just got my shiny new BS2sx and am trying to figure out how I am
    > supposed to store programs in the supposed 8 slots. Is there some
    > command I put in the beginning that tells where to send them?
    >
    > Chris
    >
    > Thanks
Sign In or Register to comment.