Connecting the LCD02 to the BS2 using Serial Mode

Introduction
This example shows how to connect the LCD02 module to the Basic Stamp BS2. The
LCD02 is used in serial mode. Serial mode is selected by placing the link on the
2 pin header on the LCD02 module. This is the factory default setting. The BS2 internal 5v regulator is not suitable for
the LCD02. I therefore recommend you use a separate 5v regulator. The LED
backlight on the LCD02 requires around 270mA.
Circuit Schematic for connecting the BS2 Stamp to the LCD02 Display Module

Software for BS2, BS2e, BS2sx and BS2p
Although the photo shows the BS2, this code has also been checked on the BS2e
and with the correct BAUD setting, the BS2sx and BS2p
It can be downloaded here
| '{$STAMP BS2} '*********************************************************** Key1 VAR Byte Tx CON
9 ' To Rx on LCD Main: MainLoop: |
You can find LCD02 Documentation Here