3: Using the BASIC Stamp Editor
BASIC Stamp Programming Manual 2.0c
•
www.parallaxinc.com
•
Page 39
indicating that there are two unrelated files open "Sample.bsx" and
"NextProgram.bsx" and each will be downloaded into program slot 0.
3. Go back to the first program and enter the STAMP directive using
the project format. Use "NextProgram" as the File2 argument. For
example:
' { $STAMP BS2sx, NextProgram.bsx }
4. Then tokenize the code by pressing F7 or selecting Check Syntax
from the RUN menu.
Note: At this point, the BASIC Stamp Editor will see the STAMP
directive and realize that this file (Sample.bsx) is the first file in a
project and that the second file should be NextProgram.bsx. It will
then search for the file on the hard drive (to verify it's path is correct),
will see that it is already loaded, and then will change the editor tabs
to indicate the project relationship. At this point the editor tabs will
be:
0:Sample.bsx and [Sample] 1:NextProgram.bsx.
indicating that there are two related files open; "Sample.bsx" and
"NextProgram.bsx". NextProgram.bsx belongs to the "Sample" project
and it will be downloaded into program slot 1 and Sample.bsx will be
downloaded into program slot 0.
The editor has the ability to treat projects as one logical unit and can
download each of the associated source code files to the BS2e, BS2sx or
BS2p at once. In order to minimize download time for large projects a
Project Download Mode is available in the Preferences window. The
available modes are: “Modified” (the default), “All” or “Current” and are
explained below. This item only affects download operations for the BS2e,
BS2sx and BS2p. See Table 3.2.
P
ROJECT
D
OWNLOAD
M
ODES
.
Содержание BASIC Stamp 1
Страница 1: ...BASIC Stamp Programming Manual Version 2 0c...
Страница 30: ...Introduction to the BASIC Stamps Page 28 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 34: ...Quick Start Guide Page 32 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 90: ...BUTTON BASIC Stamp Command Reference Page 88 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 118: ...END BASIC Stamp Command Reference Page 116 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 128: ...FREQOUT BASIC Stamp Command Reference Page 126 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 196: ...NAP BASIC Stamp Command Reference Page 194 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 206: ...OWIN BASIC Stamp Command Reference Page 204 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 214: ...OWOUT BASIC Stamp Command Reference Page 212 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 216: ...PAUSE BASIC Stamp Command Reference Page 214 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 226: ...POLLMODE BASIC Stamp Command Reference Page 224 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 232: ...POLLOUT BASIC Stamp Command Reference Page 230 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 236: ...POLLRUN BASIC Stamp Command Reference Page 234 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 240: ...POLLWAIT BASIC Stamp Command Reference Page 238 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 262: ...RCTIME BASIC Stamp Command Reference Page 260 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 274: ...RUN BASIC Stamp Command Reference Page 272 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 310: ...SEROUT BASIC Stamp Command Reference Page 308 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 324: ...STOP BASIC Stamp Command Reference Page 322 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 340: ...ASCII Chart Page 338 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 342: ...Reserved Words Page 340 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 346: ...Conversion Formatters Page 344 BASIC Stamp Programming Manual 2 0b www parallaxinc com...