ページ1に含まれる内容の要旨
16th January 1992
Support Group Application Note
Number: 002
Issue: 1
Author:
Using the Olivetti
JP101 printer
Applicable Related
Hardware : Application
Electron
Notes:
BBC B
BBC B+
Master 128
Master Compact
Copyright © Acorn Computer
Every effort has been made to ensure that the information in this leaflet is true and correct at
the time of printing. However, the products described in this leaflet are subject to continuous
Support Group
development and improvements and Acorn Computers Limi
ページ2に含まれる内容の要旨
Support Group Application Note No. 002, Issue 1 16th June 1992 Using the Acorn JP101 Spark Jet Printer Apart from being a remarkably quiet and fast home computer printer, the JP101 Spark Jet Printer has many special features which are simple to use and can improve the presentation of your printouts. Among these features are nine different national character sets, double width printing, double height printing, and horizontal and vertical tabulation functions. The printer may be controlled from e
ページ3に含まれる内容の要旨
Support Group Application Note No. 002, Issue 1 16th June 1992 4) Double Height Characters Off VDU1, 27, 1, 37 This command turns off double height printing. 5) Underlining VDU1, 27, 1, 42, 1, 48 (normal underlining) VDU1, 27, 1, 42, 1, 49 (double underlining) VDU1, 27, 1, 42, 1, 50 (dotted underlining) These commands turn on the appropriate style of underlining, which remains in operation until cancelled. 6) Underlining Off VDU1, 27, 1, 43 Turns underlining o
ページ4に含まれる内容の要旨
Support Group Application Note No. 002, Issue 1 16th June 1992 11) Alternative National Character Sets VDU1, 27, 1, 91, 1, 48, 1, 51, 1, 48 (German) VDU1, 27, 1, 91, 1, 48, 1, 52, 1, 48 (Spanish) VDU1, 27, 1, 91, 1, 48, 1, 53, 1, 48 (Danish) VDU1, 27, 1, 91, 1, 48, 1, 54, 1, 48 (French) VDU1, 27, 1, 91, 1, 48, 1, 55, 1, 48 (Italian) VDU1, 27, 1, 91, 1, 48, 1, 56, 1, 48 (Swedish/Finnish) VDU1, 27, 1, 91, 1, 48, 1, 57, 1, 48 (British) VDU1, 27
ページ5に含まれる内容の要旨
Support Group Application Note No. 002, Issue 1 16th June 1992 14) Programmed Vertical Tabulation VDU1, 27, 1, 81 (format information) VDU1, 27, 1, 90 This is the vertical version of 12) above. See 12) for more information. The following program demonstrates printing as programmed vertical tab stops. 10 @%=0 20 VDU2 30 VDU1, 27, 1, 81' 40 PRINT"60;10;15;40;47"; 50 VDU1, 27, 1, 90 60 Z=0 70 REPEAT 80 PRINT Z; 90 VDU1, 11 100 Z=Z+1 110 UNTIL Z=6 120 VDU1, 12 130 VD
ページ6に含まれる内容の要旨
Support Group Application Note No. 002, Issue 1 16th June 1992 19) Carriage Return VDU1, 13 Performs a single line feed 20) Audible Alarm VDU1, 7 Activates audible alarm lasting about 300msec. 21) Clear Printer Buffer VDU1, 127 Clears print buffer and resets print head. Does not affect tab programs etc. 22) Plotter Programming Although it is possible to program graphics dump routines in BASIC the result would be very slow due to the large amount of information that must be pro