27100 Parallax Inc, 27100 Datasheet - Page 12

BASIC STAMP REV DX MODULE

27100

Manufacturer Part Number
27100
Description
BASIC STAMP REV DX MODULE
Manufacturer
Parallax Inc
Type
Microcontrollerr
Datasheet

Specifications of 27100

Contents
Board
Product
Microcontroller Basic Stamps
Operating Supply Voltage
5 to 15 V
Board Size
63.5 mm x 38.1 mm x 12.7 mm
For Use With/related Products
BASIC Stamp®
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
271000-51300730
Manufacturer:
DENSO
Quantity:
20 000
Part Number:
2710002
Quantity:
7
Part Number:
2710006
Quantity:
42
STAMP FAQS
Does the BASIC Stamp support interrupts?
Does the BASIC Stamp II, BASIC STAMP IIe or BASIC Stamp IIsx have the same
bsave/bsload feature available in the BASIC Stamp I?
How do I program the BASIC Stamp?
How do I connect the BASIC Stamp to my computer for programming?
How does my program get stored in the BASIC Stamp?
How do I erase the BASIC Stamp’s program space?
Last Revised On: 7/21/00
No, the interpreter chip used in the BASIC Stamp does not support interrupts. In many cases, a fast polling routine
may be used to accomplish the same effect, however, depending on the number and size of the tasks involved in
some applications, this will not be fast enough and the BASIC Stamp may not be a plausible solution.
No. It is intended to provide this feature in the future.
You can write your PBASIC program using the BASIC Stamp I, II, IIe or IIsx editor on a standard IBM
compatible PC. Both DOS and Windows versions are available for the BASIC Stamp II, IIe and IIsx. After you
write the code for your application, you simply connect the BASIC Stamp to the computer’s parallel port (BASIC
Stamp I) or serial port (BASIC Stamp II, IIe and IIsx), provide power to the BASIC Stamp and press ALT-R
(DOS version) or CTRL-R (Windows version) within the appropriate BASIC Stamp editor to download your
program into the BASIC Stamp’s EEPROM. As soon as the program has been downloaded successfully, it begins
executing its new program from the first line of code.
The BASIC Stamp I (rev. D or BS1-IC) requires a three-wire connection to any available parallel port on your PC.
The BASIC Stamp II, IIe and IIsx (BS2-IC and BS2SX-IC) require a standard, straight-through, serial cable
connection to a 9-pin or 25-pin serial port on your PC. Only 6 wires are used for programming the BASIC Stamp
II, IIe or IIsx, 4 of which are absolutely required. You can not use a null-modem cable to program the BASIC
Stamp II, IIe or IIsx. Refer to the schematics on our web site for the details of the cable connections,
http://www.parallaxinc.com/stamps/stmpsche.htm.
Your PBASIC code is tokenized (compressed) and stored within the Stamp’s EEPROM memory. This memory is
non-volatile, meaning it retains its program even without power. Every time the BASIC Stamp receives power, it
starts running its PBASIC code starting with the first executable line. This EEPROM can be rewritten immediately,
without any lengthy erase cycle or procedure, by simply re-downloading the code from the BASIC Stamp editor
again. Each location in the EEPROM is guaranteed for 10,000,000 write cycles before it wears out. The code is
tokenized before downloading. Source code elements like comments and constant and variable names are not
stored in the BASIC Stamp, thus you may feel free to use as many comments and descriptive symbol names in your
code as you like without worrying about increasing your code size.
An erase cycle is performed at the beginning of every programming process (in the BASIC Stamp I) or during the
programming process (in the BASIC Stamp II, IIe and IIsx), thus, by downloading from the BASIC Stamp editor
the necessary areas of the EEPROM are erased and then reprogrammed with the current PBASIC program in the
editor. The BASIC Stamp II, IIe and IIsx only erase data in 16-byte increments. It is possible to completely erase
the EEPROM by downloading the following line of code (in a program by itself):
DATA 0(2048)
PROGRAMMING INFORMATION
Page: 12

Related parts for 27100