Using the BASIC Stamp Editor
Page 40
•
BASIC Stamp Programming Manual 2.0b
•
www.parallaxinc.com
Download Mode
Function
Modified (default)
This mode will cause only the source code files that were
modified since the last download to be downloaded next time.
If no files have been modified since the last download, or the
entire project has just been loaded into the editor, all the files
will be downloaded next time. This mode decreases the delay
during downloading projects and should help speed
development and testing.
All
This mode will cause all the source code files to be
downloaded each time. This will be noticeably slow with large
projects.
Current
This mode will cause only the current source code file to be
downloaded, ignoring all the others.
Regardless of the download mode selected, the programs will be
downloaded into the program slot indicated in their tab.
The BASIC Stamp Windows Editor also features a Memory Map (not
shown) that displays the layout of the current PBASIC program, DATA
usage and RAM register usage. Type CTRL+M, or press F7, to activate
this window.
When you activate the Memory Map, the editor will check your program
for syntax errors and, if the program’s syntax is OK, will present you with
a color-coded map of the RAM and EEPROM. You’ll be able to tell at a
glance how much memory you have used and how much remains. Two
important points to remember about this map are: 1) it only indicates how
your program will be downloaded to the BASIC Stamp; it does not "read"
the BASIC Stamp's memory, and 2) fixed variables like B3 and W1 and any
aliases do not show up on the memory map as memory used. The editor
ignores fixed variables when it arranges automatically allocated variables
in memory. Remember, fixed and allocated variables can overlap.
Another useful feature is the Identify function, CTRL+I. This will cause
the editor to try to connect to the BASIC Stamp to determine its firmware
version number. Use the Identify function to quickly determine if the
BASIC Stamp is correctly connected to the PC for programming.
Table 3.2: Project Download
Modes.
M
EMORY
M
AP
F
UNCTION
.
I
DENTIFY
F
UNCTION
.
Содержание 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...