Shop OBEX P1 Docs P2 Docs Learn Events
MacBS2: Basic Stamp 2 on Mac OS X — Parallax Forums

MacBS2: Basic Stamp 2 on Mac OS X

ArchiverArchiver Posts: 46,084
edited 2002-11-19 23:58 in General Discussion
Hi,

We use the Basic Stamp 2 in the Interaction Design course at the Royal
College of Art in London (http://interaction.rca.ac.uk).

Most of us also use Macs. I got tired of having to run Virtual PC to program
Stamp chips, so when Parallax released a PBasic tokenizer library for the
Mac, I wrote a Stamp programming app for Mac OS X. It works. And you can
use it with either the DB9 equipped Keyspan serial adapter (USA19) or the
Keyspan with the two small round connectors (USA28).

It's an admittedly minimalist implementation. It doesn't have all the bells and

whistles of its Windows counterpart, but it has all the crucial bits. Note also
that since we don't have any of the other Basic Stamp variants for testing, this

version only supports the Basic Stamp 2. If there's enough interest, and
there's anyone willing to do testing, I might consider adding support for the
other variants, though I really don't want to make a career out of this.

For those who care about this kind of thing, it's a Cocoa app, my first non-
trivial Cocoa effort, infact.

Download MacBS2 at

http://www.interaction.rca.ac.uk/alumni/01-03/murat/MacBS2

Cheers,

_murat

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-11-19 23:26
    Have downloaded and will have a play tonight at home.

    Will report back to you off list.

    Do you know if it will work via a built in RS422 port?

    Theoretically, it should work with my homemade USB adapter as well...

    cheers,

    Ben.
    --
    http://www.lennard.net.nz/
    Ben Lennard, NCEE, Dip EE

    Electronics R&D

    Hm: +64 4 972 7567
    Mb: +64 21 536 627
    87 Spencer Street
    Crofton Downs
    Wellington
    New Zealand

    "To the optimist, the glass is half full. To the pessimist, the glass is
    half empty. To the engineer, the glass is twice as big as it needs to be."

    No animals were harmed in the transmission of this email, although the
    Dog next door is living on borrowed time, let me tell you! Those of you
    with an overwhelming fear of the unknown will be gratified to learn that
    there is no hidden message revealed by reading this warning backwards.




    > From: "murat_stamp" <murat_stamp@e...>
    > Reply-To: basicstamps@yahoogroups.com
    > Date: Tue, 19 Nov 2002 15:15:48 -0000
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] MacBS2: Basic Stamp 2 on Mac OS X
    >
    > Hi,
    >
    > We use the Basic Stamp 2 in the Interaction Design course at the Royal
    > College of Art in London (http://interaction.rca.ac.uk).
    >
    > Most of us also use Macs. I got tired of having to run Virtual PC to program
    > Stamp chips, so when Parallax released a PBasic tokenizer library for the
    > Mac, I wrote a Stamp programming app for Mac OS X. It works. And you can
    > use it with either the DB9 equipped Keyspan serial adapter (USA19) or the
    > Keyspan with the two small round connectors (USA28).
    >
    > It's an admittedly minimalist implementation. It doesn't have all the bells
    > and
    > whistles of its Windows counterpart, but it has all the crucial bits. Note
    > also
    > that since we don't have any of the other Basic Stamp variants for testing,
    > this
    > version only supports the Basic Stamp 2. If there's enough interest, and
    > there's anyone willing to do testing, I might consider adding support for the
    > other variants, though I really don't want to make a career out of this.
    >
    > For those who care about this kind of thing, it's a Cocoa app, my first non-
    > trivial Cocoa effort, infact.
    >
    > Download MacBS2 at
    >
    > http://www.interaction.rca.ac.uk/alumni/01-03/murat/MacBS2
    >
    > Cheers,
    >
    > _murat
    >
    >
    >
    > 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/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-19 23:43
    Just ried to open the image, and it will not mount.
    This is what happens:
    Disk Copy starts to open it, check checksum, etc, then finishes with no error
    message or anything, and no image mounted.

    Also, Stuffit Expander will not open the .sit archive. :-(

    System:
    Mac OS X 10.2.2 on a Powerbook G3 PDQ (btw: does PDQ mean "Pretty Darn
    Quick"?)...

    --- In basicstamps@y..., "murat_stamp" <murat_stamp@e...> wrote:
    > Hi,
    >
    > We use the Basic Stamp 2 in the Interaction Design course at the Royal
    > College of Art in London (http://interaction.rca.ac.uk).
    >
    > Most of us also use Macs. I got tired of having to run Virtual PC to program
    > Stamp chips, so when Parallax released a PBasic tokenizer library for the
    > Mac, I wrote a Stamp programming app for Mac OS X. It works. And you can
    > use it with either the DB9 equipped Keyspan serial adapter (USA19) or the
    > Keyspan with the two small round connectors (USA28).
    >
    > It's an admittedly minimalist implementation. It doesn't have all the bells
    and
    > whistles of its Windows counterpart, but it has all the crucial bits. Note
    also
    > that since we don't have any of the other Basic Stamp variants for testing,
    this
    > version only supports the Basic Stamp 2. If there's enough interest, and
    > there's anyone willing to do testing, I might consider adding support for the
    > other variants, though I really don't want to make a career out of this.
    >
    > For those who care about this kind of thing, it's a Cocoa app, my first non-
    > trivial Cocoa effort, infact.
    >
    > Download MacBS2 at
    >
    > http://www.interaction.rca.ac.uk/alumni/01-03/murat/MacBS2
    >
    > Cheers,
    >
    > _murat
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-19 23:52
    Yeah, there's a problem I think with the server the image is hosted on;
    the checksums don't, well, checkout. I don't know what the deal is
    there, and I'm still looking into it.

    The stuffit archive was tested and does work. Try getting the latest
    StuffIt expander at

    http://www.stuffit.com/expander/

    But this all could be academic. At the moment serial code is hardcoded
    for the Keyspan adapters only.

    Apologies,

    _murat

    On Tuesday, November 19, 2002, at 11:43 PM, Ben wrote:

    > Just ried to open the image, and it will not mount.
    > This is what happens:
    > Disk Copy starts to open it, check checksum, etc, then finishes with
    > no error
    > message or anything, and no image mounted.
    >
    > Also, Stuffit Expander will not open the .sit archive. :-(
    >
    > System:
    > Mac OS X 10.2.2 on a Powerbook G3 PDQ (btw: does PDQ mean "Pretty Darn
    > Quick"?)...
    >
    > --- In basicstamps@y..., "murat_stamp" <murat_stamp@e...> wrote:
    >> Hi,
    >>
    >> We use the Basic Stamp 2 in the Interaction Design course at the Royal
    >> College of Art in London (http://interaction.rca.ac.uk).
    >>
    >> Most of us also use Macs. I got tired of having to run Virtual PC to
    >> program
    >> Stamp chips, so when Parallax released a PBasic tokenizer library for
    >> the
    >> Mac, I wrote a Stamp programming app for Mac OS X. It works. And you
    >> can
    >> use it with either the DB9 equipped Keyspan serial adapter (USA19) or
    >> the
    >> Keyspan with the two small round connectors (USA28).
    >>
    >> It's an admittedly minimalist implementation. It doesn't have all
    >> the bells and
    >> whistles of its Windows counterpart, but it has all the crucial bits.
    >> Note also
    >> that since we don't have any of the other Basic Stamp variants for
    >> testing,
    > this
    >> version only supports the Basic Stamp 2. If there's enough interest,
    >> and
    >> there's anyone willing to do testing, I might consider adding support
    >> for the
    >> other variants, though I really don't want to make a career out of
    >> this.
    >>
    >> For those who care about this kind of thing, it's a Cocoa app, my
    >> first non-
    >> trivial Cocoa effort, infact.
    >>
    >> Download MacBS2 at
    >>
    >> http://www.interaction.rca.ac.uk/alumni/01-03/murat/MacBS2
    >>
    >> Cheers,
    >>
    >> _murat
    >
    >
    > 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/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-19 23:58
    Sorry about that, my last message was intended to be off list. In
    anycase, there IS a problem with the disk image. The StuffIt file
    should work, however.

    _murat

    On Tuesday, November 19, 2002, at 11:52 PM, m wrote:

    > Yeah, there's a problem I think with the server the image is hosted
    > on; the checksums don't, well, checkout. I don't know what the deal is
    > there, and I'm still looking into it.
    >
    > The stuffit archive was tested and does work. Try getting the latest
    > StuffIt expander at
    >
    > http://www.stuffit.com/expander/
    >
    > But this all could be academic. At the moment serial code is hardcoded
    > for the Keyspan adapters only.
    >
    > Apologies,
    >
    > _murat
    >
    > On Tuesday, November 19, 2002, at 11:43 PM, Ben wrote:
    >
    >> Just ried to open the image, and it will not mount.
    >> This is what happens:
    >> Disk Copy starts to open it, check checksum, etc, then finishes with
    >> no error
    >> message or anything, and no image mounted.
    >>
    >> Also, Stuffit Expander will not open the .sit archive. :-(
    >>
    >> System:
    >> Mac OS X 10.2.2 on a Powerbook G3 PDQ (btw: does PDQ mean "Pretty Darn
    >> Quick"?)...
    >>
    >> --- In basicstamps@y..., "murat_stamp" <murat_stamp@e...> wrote:
    >>> Hi,
    >>>
    >>> We use the Basic Stamp 2 in the Interaction Design course at the
    >>> Royal
    >>> College of Art in London (http://interaction.rca.ac.uk).
    >>>
    >>> Most of us also use Macs. I got tired of having to run Virtual PC to
    >>> program
    >>> Stamp chips, so when Parallax released a PBasic tokenizer library
    >>> for the
    >>> Mac, I wrote a Stamp programming app for Mac OS X. It works. And you
    >>> can
    >>> use it with either the DB9 equipped Keyspan serial adapter (USA19)
    >>> or the
    >>> Keyspan with the two small round connectors (USA28).
    >>>
    >>> It's an admittedly minimalist implementation. It doesn't have all
    >>> the bells and
    >>> whistles of its Windows counterpart, but it has all the crucial
    >>> bits. Note also
    >>> that since we don't have any of the other Basic Stamp variants for
    >>> testing,
    >> this
    >>> version only supports the Basic Stamp 2. If there's enough interest,
    >>> and
    >>> there's anyone willing to do testing, I might consider adding
    >>> support for the
    >>> other variants, though I really don't want to make a career out of
    >>> this.
    >>>
    >>> For those who care about this kind of thing, it's a Cocoa app, my
    >>> first non-
    >>> trivial Cocoa effort, infact.
    >>>
    >>> Download MacBS2 at
    >>>
    >>> http://www.interaction.rca.ac.uk/alumni/01-03/murat/MacBS2
    >>>
    >>> Cheers,
    >>>
    >>> _murat
    >>
    >>
    >> 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.