Overview
- Object ID : 2100 (2013-05-02)
- Author : Jeff Martin (Parallax)
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Categories : Display, Tool
- Licence : Other
Content
This object works with the Parallax Serial Terminal; see Propeller Downloads page or install Propeller Tool v1.2.6 (or newer).
It includes handy methods for output/input (Char, CharIn, Str, StrIn, Dec, DecIn, Bin, BinIn, Hex, HexIn) and cursor positioning (Home, Position, NewLine, MoveLeft, MoveRight, etc.) as well as control character constants that match the function of the Parallax Serial Terminal.
A demo and a "quick start" template are provided.