Introduction to Micro-Controllers
Amnon Dekel - Part of
PostPC 2003/4 at HUJI
The Basic Stamp Rev D
Process
A program is written in the BASIC Stamp Editor
The program is tokenized, or converted into symbolic format.
The tokenized program is transferred to the BASIC EEPROM through a serial connection.
The Interpreter Chip reads the program from EEPROM and executes the instructions reading and controlling I/O pins.