28139 Parallax Inc, 28139 Datasheet - Page 141

KIT REMOTE IR FOR BOE-BOT W/TEXT

28139

Manufacturer Part Number
28139
Description
KIT REMOTE IR FOR BOE-BOT W/TEXT
Manufacturer
Parallax Inc
Datasheets

Specifications of 28139

Accessory Type
IR Remote
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
For Use With/related Products
Boe-Bot®
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Contains lead / RoHS non-compliant
This is another design that should be broken into a step-by-step process. The majority of
the development work will be done with the Debug Terminal. After the program's
functionality has been proven with the Debug Terminal, adapting it to the infrared
template will be a relatively simple task.
Step 1 – Read and Display Values Stored in EEPROM by a DATA Statement
In this step, we will write and test a program that stores characters in EEPROM during
compile time and fetches and executes them during runtime. The storing will be done
with the
DEBUG
Stamp Editor's PBASIC Syntax Guide.
Step 1 –
Step 2 –
Step 3 –
Step 4 –
Step 5 –
Step 6 –
Step 7 –
commands. Let's review the
Syntax: {Symbol} DATA {@Address,} {Word} DataItem {, DataItem ...}
DATA
Compile time vs. run time. The work the editor does on the program before downloading it
to the BASIC Stamp is done during compile time.
directives are all processed during compile time. Commands that are executed by the
BASIC Stamp while the program is running (
time.
To view the information about
Stamp Editor, and select Index. Type
entry when it appears in the list below.
directive, and the fetching and executing will be done with the
Use the
in EEPROM at compile time with a
Exit a routine when a terminate character is received without asking for
more information.
Store values in EEPROM during runtime with the
then retrieve and display.
Don't accept characters that have no meaning to the program; wait until
the right character is entered.
Nest the store and retrieve routines in a loop with menu options.
Adapt the Debug Terminal prototype to the IR remote template.
Add LED and speaker indicators to help the user.
READ
command to retrieve and display values that were stored
DATA
DATA
in the PBASIC Syntax Guide, click Help in the BASIC
directive; here is its syntax from the BASIC
DATA
DEBUG
into the keyword field, then double-click the
DATA
DATA
,
FREQOUT
statement.
statements and
, etc) are done during run
WRITE
CON
command,
READ
and
VAR
and

Related parts for 28139