Shop OBEX P1 Docs P2 Docs Learn Events
basic stamp2''s function — Parallax Forums

basic stamp2''s function

ArchiverArchiver Posts: 46,084
edited 2003-06-05 17:53 in General Discussion
All the BS2 models use the same basic commands, though some have a few
additional commands the others don't. The BS2, BS2E and BS2SX all have
pretty much the same features accept that the BS2E and BS2SX have 8 program
slots and scratch pad ram for passing variables between programs. The BS2SX
additionaly runs at 50MHz instead of 20MHz like the BS2 and BS2E, giving you
extra speed. The BS2P is when you start seeing some extra features. The
BS2P is equiped with 8 program slots and scratch pad RAM similar to what the
BS2E and BS2SX have. The BS2P additionaly executes instructions faster then
the BS2SX, has commands for parallel LCDs, I2C, etc. The BS2PE is nearly
identical to the BS2P except it has a few tweaks to make it suited for data
logging, such as a slower clock and twice as big EEPROM.

The BS2 is probably the best stamp to get started with in my opinion, but if
you want a lot of features to play with the BS2P isn't a bad choice either.
Parallax also offers a range of educational kits... they're excellent for
getting use to the stamp. In the end it's up to you and what you think
you'll want to do with the stamp.

Also sending a serial signal to a PC is very easy...
SEROUT 16,84,[noparse][[/noparse]"Hello World!"]
...and you could use VB6 or even just hyper terminal to view the incoming
data.

Chris

Original Message
From: "kaijiun83" <kaijiun83@y...>
To: <basicstamps@yahoogroups.com>
Sent: Thursday, June 05, 2003 7:37 PM
Subject: [noparse][[/noparse]basicstamps] basic stamp2's function


> I'm new in this basic stamp2 .i decided to buy it but i don't know
> what's the difference between so many version of basic stamp 2.are
> they all function the same?the difference between them just the speed
> and the memory storage?when i program the stamp using pbasic ,are
> they the using the same format and all using the same amount of code ?
>
> I also thinking about using basic stamp 2 to send a signal to
> computer through serial port to perform a counter in the computer and
> display it .can it be done ?thanks .
>
>
> 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.