5: BASIC Stamp Command Reference - DEBUG
BASIC Stamp Programming Manual 2.0c
•
www.parallaxinc.com
•
Page 105
received, the Debug Terminal wraps back around to the opposite side of
the screen.
The Clear Right control character clears the characters that appear to the
right of, and on, the cursor's current position. The cursor is not moved by
this action.
The Clear Down control character clears the characters that appear below,
and on, the cursor's current line. The cursor is not moved by this action.
Name
Symbol
ASCII
Value
Description
Clear Screen
CLS
0
Clear the screen and place cursor at home
position.
Home
HOME
1
Place cursor at home in upper-left corner of
the screen.
Move To (x,y)*
2
Move cursor to specified location. Must be
followed by two values (x and then y)
Cursor Left*
3
Move cursor one character to left.
Cursor Right*
4
Move cursor one character to right.
Cursor Up*
5
Move cursor one character up.
Cursor Down*
6
Move cursor one character down.
Bell
BELL
7
Beep the PC speaker.
Backspace
BKSP
8
Back up cursor to left one space.
Tab
TAB
9
Tab to the next column.
Line Feed*
10
Move cursor down one line.
Clear Right*
11
Clear line contents to the right of cursor.
Clear Down*
12
Clear screen contents below cursor.
Carriage Return
CR
13
Move cursor to the first column of the next
line (shift any data on the right down to that
line as well)
* This control character only works with the Windows version of the editor software.
DEBUG is actually a special case of the SEROUT instruction. It is set for
inverted (RS-232-compatible) serial output through the programming
connector (the SOUT pin) at 9600 baud, no parity, 8 data bits, and 1 stop
bit. For example,
DEBUG "Hello"
is exactly like:
SEROUT 16, $4054, ["Hello"]
Table 5.6: Special Control
Characters.
2
T
ECHNICAL
B
ACKGROUND
Содержание BASIC Stamp 2e
Страница 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...