*to remind an operator to change the paper or to make another adjustment to the printer. Note to Apple users: Entering a CHR$(7) will sound Apple’s bell; the code will not be sent to
You can try this by typing:
LPRINT CHR$(7);
There are two other codes that affect the bell. One disables the bell, so that
-
Table
| Bell commands |
| |
Function | Mode | Control code |
|
Sound bell | STAR | CHR$(7) |
|
| IBM | CHR$(7) |
|
Disable bell | STAR | < ESC > “Y” 0 | |
| IBM | < ESC > “y” | 0 |
Enable bell | STAR | <ESC> “Y” 1 | |
| IBM | < ESC > “y” | ] |
Note: If your computer does not support lowercase characters, use CHR$( 121) for “y”.
nInitializing SD- X0/15
Up to now when we wanted to reset |
| ||||||||
on | condition | we have had to either | turn | the | printer | off and then | - | ||
on | again, | or | to send the specific codes | that | reset the particular |
| |||
features. | There | is an easier way. The | control | code | < ESC > “@” | - | |||
will reset | all | of | to | the | power | on condition | - |
(as determined by the DIP switches), with two excep.tions. Those exceptions are that < ESC > “@” will not erase any characters that you have stored in
W Putting SD- IO/l 5 to sleep
You know how to put
68