Specifications
BASIC Stamp I and Stamp II Conversions
Page 446 • BASIC Stamp Programming Manual 1.8 • Parallax, Inc.
XOUT
BASIC STAMP I
NO EQUIVELANT COMMAND
BASIC STAMP II
XOUT mpin, zpin, [house\keyorcommand{\cycles}
{, house\keyorcommand{\cycles}... }]
• MPIN is a constant, expression or a bit, nibble, byte or word vari-
able in the range 0..15 specifying the modulation pin.
• ZPIN is a constant, expression or a bit, nibble, byte or word vari-
able in the range 0..15 specifying the zero-crossing pin.
• HOUSE is a constant, expression or a bit, nibble, byte or word vari-
able in the range 0..15 specifying the house code A..P respectively.
• KEYORCOMMAND is a constant, expression or a bit, nibble, byte
or word variable in the range 0..15 specifying keys 1..16 respec-
tively or is one of the commands in the following table:
X-10 Commands
X-10 Command (symbol) Value
UNITON %10010
UNITOFF %11010
UNITSOFF %11100
LIGHTSON %10100
DIM %11110
BRIGHT %10110
• CYCLES is a constant, expression or a bit, nibble, byte or word
variable in the range 2..65535 specifying the number of cycles to
send. (Default is 2).
CONVERSION:
No conversion possible.










