Code covered by the BSD License  

Highlights from
MATLAB Support Package for Parallax BASIC Stamp

image thumbnail
from MATLAB Support Package for Parallax BASIC Stamp by MathWorks Classroom Resources Team
MATLAB library for communicating with a BASIC Stamp 2 and Board of Education (BoE) kit

contents.m
%   MATLAB Support Package for BASIC Stamp
%   Version 1.0
%   Copyright 2011 The MathWorks, Inc.
%
% This package provides an interface to the Paralax BASIC Stamp 2. See
% README.pdf for information on setup and usage.
%
% Files:
%   stamp.BasicStamp - Wrapper class for the BS2
%   stamp.DummySerial - "Dummy" serial port used with test mode
%   stamp.X10 - Class providing aliases for X10 commands and codes
%   stamp.findComPorts - Finds valid computer serial ports
%   stamp.setup - Setup function for the Support Package.
%
%

Contact us