Discussion forum for the BasicX family of microcontroller chips.
My first BasicX stamp...questions - Chris - Aug 12 17:55:31 2006
I just got my new stamp in the mail. I've been using Parallax Basic
Stamps, with a Homework Board. I can just pop the BasicX chip in,
right? Using the software on the BasicX.com site?
Also, I checked out the command set, and was a little perplexed when I
saw the Boolean variable takes up a whole byte...this is a typo, right?

(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )
Re: My first BasicX stamp...questions - tsprap - Aug 13 6:58:04 2006
--- In b...@yahoogroups.com, "Chris"
wrote:
>
> I just got my new stamp in the mail. I've been using Parallax Basic
> Stamps, with a Homework Board. I can just pop the BasicX chip in,
> right? Using the software on the BasicX.com site?
>
> Also, I checked out the command set, and was a little perplexed when I
> saw the Boolean variable takes up a whole byte...this is a typo, right?
>
All correct *except* the Homework board. The homework board has a
"built-in" basicstamp 2 and does not have a 24 pin socket.
Now...if you really have a Board of Education (BOE), and just confused
the two, it would work.

(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )Re: My first BasicX stamp...questions - Chris - Aug 14 13:45:30 2006
Yep, a Boolean is 1 Byte just like in Visual Basic. Now if you
want to save on RAM you could use Constants with GetByte
and PutByte to stack 8 Booleans into a Byte variable of your
own.
----- Original Message -----
From: "Chris"
To:
Sent: Saturday, August 12, 2006 2:02 PM
Subject: [BasicX] My first BasicX stamp...questions
> I just got my new stamp in the mail. I've been using Parallax Basic
> Stamps, with a Homework Board. I can just pop the BasicX chip in,
> right? Using the software on the BasicX.com site?
>
> Also, I checked out the command set, and was a little perplexed when I
> saw the Boolean variable takes up a whole byte...this is a typo, right?

(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )