Shop OBEX P1 Docs P2 Docs Learn Events
Using the BS2E for the first time. — Parallax Forums

Using the BS2E for the first time.

ArchiverArchiver Posts: 46,084
edited 2002-04-04 13:46 in General Discussion
I am new to using the stamp processors, I have been using the BS2 and
writing code with the 1.091 version software. I just bought a BS2E
and I need to know if It will run the 1.091 software or do I have to
rewrite the code? If so what version do I use? And can you just plug
it in to the same project board socket? Skip

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-04-03 16:34
    Skip:

    Code-wise, your new BS2e is 100% compatible with the BS2 code you've written.
    With the BS2e, you get three new commands: PUT, GET and RUN.

    PUT will place a byte into the scratchpad RAM. The scratchpad (64 bytes) is
    available to all eight program slots in your BS2e.

    GET retrieves a byte from the scratchpad.

    RUN will execute another program slot.

    Electrically, the BS2e uses a bit more current than the BS2, but you can
    safely put it into your existing project board.

    -- Jon Williams
    -- Parallax


    In a message dated 4/3/02 9:13:39 AM Central Standard Time,
    skip.webb@h... writes:


    > I am new to using the stamp processors, I have been using the BS2 and
    > writing code with the 1.091 version software. I just bought a BS2E
    > and I need to know if It will run the 1.091 software or do I have to
    > rewrite the code? If so what version do I use? And can you just plug
    > it in to the same project board socket?




    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2002-04-03 19:10
    -
    Jon, Thanks for the info. I must have a broken devise because when I
    try to run or load the code It wont load an error message says check
    the power and I verified that power was OK. Skip

    -- In basicstamps@y..., jonwms@a... wrote:
    > Skip:
    >
    > Code-wise, your new BS2e is 100% compatible with the BS2 code
    you've written.
    > With the BS2e, you get three new commands: PUT, GET and RUN.
    >
    > PUT will place a byte into the scratchpad RAM. The scratchpad (64
    bytes) is
    > available to all eight program slots in your BS2e.
    >
    > GET retrieves a byte from the scratchpad.
    >
    > RUN will execute another program slot.
    >
    > Electrically, the BS2e uses a bit more current than the BS2, but
    you can
    > safely put it into your existing project board.
    >
    > -- Jon Williams
    > -- Parallax
    >
    >
    > In a message dated 4/3/02 9:13:39 AM Central Standard Time,
    > skip.webb@h... writes:
    >
    >
    > > I am new to using the stamp processors, I have been using the BS2
    and
    > > writing code with the 1.091 version software. I just bought a
    BS2E
    > > and I need to know if It will run the 1.091 software or do I have
    to
    > > rewrite the code? If so what version do I use? And can you just
    plug
    > > it in to the same project board socket?
    >
    >
    >
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2002-04-03 19:27
    Just a thought:

    Did you remember to change the part description in the file to:
    '{$STAMP BS2e}


    Phil

    --- In basicstamps@y..., "webbskip0271" <skip.webb@h...> wrote:
    > -
    > Jon, Thanks for the info. I must have a broken devise because when
    I
    > try to run or load the code It wont load an error message says
    check
    > the power and I verified that power was OK. Skip
    >
    > -- In basicstamps@y..., jonwms@a... wrote:
    > > Skip:
    > >
    > > Code-wise, your new BS2e is 100% compatible with the BS2 code
    > you've written.
    > > With the BS2e, you get three new commands: PUT, GET and RUN.
    > >
    > > PUT will place a byte into the scratchpad RAM. The scratchpad
    (64
    > bytes) is
    > > available to all eight program slots in your BS2e.
    > >
    > > GET retrieves a byte from the scratchpad.
    > >
    > > RUN will execute another program slot.
    > >
    > > Electrically, the BS2e uses a bit more current than the BS2, but
    > you can
    > > safely put it into your existing project board.
    > >
    > > -- Jon Williams
    > > -- Parallax
    > >
    > >
    > > In a message dated 4/3/02 9:13:39 AM Central Standard Time,
    > > skip.webb@h... writes:
    > >
    > >
    > > > I am new to using the stamp processors, I have been using the
    BS2
    > and
    > > > writing code with the 1.091 version software. I just bought a
    > BS2E
    > > > and I need to know if It will run the 1.091 software or do I
    have
    > to
    > > > rewrite the code? If so what version do I use? And can you just
    > plug
    > > > it in to the same project board socket?
    > >
    > >
    > >
    > >
    > > [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2002-04-03 19:33
    --
    Phil, Thanks I will try that, I didn't know you had to do this!! Skip

    - In basicstamps@y..., "n6mwc" <phil@p...> wrote:
    > Just a thought:
    >
    > Did you remember to change the part description in the file to:
    > '{$STAMP BS2e}
    >
    >
    > Phil
    >
    > --- In basicstamps@y..., "webbskip0271" <skip.webb@h...> wrote:
    > > -
    > > Jon, Thanks for the info. I must have a broken devise because
    when
    > I
    > > try to run or load the code It wont load an error message says
    > check
    > > the power and I verified that power was OK. Skip
    > >
    > > -- In basicstamps@y..., jonwms@a... wrote:
    > > > Skip:
    > > >
    > > > Code-wise, your new BS2e is 100% compatible with the BS2 code
    > > you've written.
    > > > With the BS2e, you get three new commands: PUT, GET and RUN.
    > > >
    > > > PUT will place a byte into the scratchpad RAM. The scratchpad
    > (64
    > > bytes) is
    > > > available to all eight program slots in your BS2e.
    > > >
    > > > GET retrieves a byte from the scratchpad.
    > > >
    > > > RUN will execute another program slot.
    > > >
    > > > Electrically, the BS2e uses a bit more current than the BS2,
    but
    > > you can
    > > > safely put it into your existing project board.
    > > >
    > > > -- Jon Williams
    > > > -- Parallax
    > > >
    > > >
    > > > In a message dated 4/3/02 9:13:39 AM Central Standard Time,
    > > > skip.webb@h... writes:
    > > >
    > > >
    > > > > I am new to using the stamp processors, I have been using the
    > BS2
    > > and
    > > > > writing code with the 1.091 version software. I just bought a
    > > BS2E
    > > > > and I need to know if It will run the 1.091 software or do I
    > have
    > > to
    > > > > rewrite the code? If so what version do I use? And can you
    just
    > > plug
    > > > > it in to the same project board socket?
    > > >
    > > >
    > > >
    > > >
    > > > [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2002-04-03 21:31
    >I am new to using the stamp processors, I have been using the BS2 and
    >writing code with the 1.091 version software. I just bought a BS2E

    The latest version of the stamp software is 1.3. Download from the
    http://www.parallaxInc.com. It automatically checks what type of
    stamp is connected to your PC.

    The version 1.091 IDE does not do that and requires that you do it
    manually as n6mwc pointed out.

    -- Tracy
  • ArchiverArchiver Posts: 46,084
    edited 2002-04-04 13:46
    Tracey, Thanks I will dowload 1.3 Skip

    Original Message
    From: Tracy Allen [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=1WW3c2ngUuO7wPcK0CKM3X-ixNKl7kPPWHX0ICAiFxyYoDvNkVTv82f6XaCg2rgVhm7-CU7Rn-bmCPE]tracy@e...[/url
    Sent: Wednesday, April 03, 2002 3:31 PM
    To: basicstamps@yahoogroups.com
    Subject: Re: [noparse][[/noparse]basicstamps] Using the BS2E for the first time.


    >I am new to using the stamp processors, I have been using the BS2 and
    >writing code with the 1.091 version software. I just bought a BS2E

    The latest version of the stamp software is 1.3. Download from the
    http://www.parallaxInc.com. It automatically checks what type of
    stamp is connected to your PC.

    The version 1.091 IDE does not do that and requires that you do it
    manually as n6mwc pointed out.

    -- Tracy

    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.


    Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Sign In or Register to comment.