Apple Grr User Manual

INTRODUCTION
The Grappler'^'^'' Interface is a Centronics compatible
parallel interface for the Apple 11/11+ Computer. In
addition to advanced text features. It offers high
resolution dot graphics (HIRES) dump routines located in
firmware. These are easily invoked using simple control
commends.
manufacturers for dot graphics. Therefore, a specific
version of the Crappler interface was developed for
each type of printer. If you connect a printer to an incorrect version of the Crappler, the text features should still function properly. However, the graphics commands wili have unpredictable results.
INSTALLATION INSTRUCTIONS
To install the Crappler, simply plug it into any slot
inside the Apple (except (S) as follows; 1 Turn off the power to the Apple. This is important to
prevent damage to the computer and the Crappler.
2. Connect the Crappler cable to the set ot pins on the Crappler interface card. Make sure that all the pins on the card go into the cable's matching holes. Also, the cable should point away from the card (it will only tit one way).
3. Remove the cover from the Apple. This is done by pulling up on the cover at the rear edge (the edge farthest from the keyboard) just until the two corner fasteners pop apart. Don't lift the edge any further,
but instead slide the cover backward until it comes
free.
4. Inside the Apple along the rear edge of the circuit
board, there is a series of eight long, narrow sockets called "slots." The leftmost slot (looking at the computer from the keyboard end) is slot »*'0. The adjacent slot is slot *1 and this is where most Apple programs expect the Croppler to be.
5. Be sure the power is off. Insert the Crappler card into slot *1 (or any other slot except zero) with a gentle
rocking motion until fully seated.
6. Pass the cable through one of the vertical openings
in the back of the Apple case.
7. Replace the Apple's cover. Slide the front edge of the cover into place, and then press down ori the rear corners until they pop into place.
8. Connect the Crappler cable to the printer.
. .. Vs.
t

TEXT FEATURES

Before sending a character to the printer, the
Grappler will check ttie SELECT and PAPER EMPTY status
lines. If the printer is not "online," or is out of paper, a
warning will be printed on the screen and the Apple will beep. If this occurs check the following:
1. The cable is firmly and properly attached to the printer.
2. The cable is firmly seated on the Grappler interface card.
3. The printer is on.
4. The printer is on-line.
5. There is paper in the printer. Note: The Grappler will not check for paper on Epson printers.
6. The printer is set up for parallel operation. (Check
Appendix B of this manual for proper dip switch settings.)
Once the error condition has been corrected you may
continue by pressing the return key.
The Grappler interface has many text features, including adjustable margins, line length, page length, etc. All commands affecting these features are listed on the following pages with a description of their function. Each one is preceded by a control character which is
CTRL-1 from BASIC or CTRL-Y from Pascal or CP/M, unless specifically changed by the user's program.
To type a control character, hold down the control key (marked "CTRL" on the Apple) and then press the appropriate letter. Then release the letter key, and then the control key. Control characters do not appear on the screen as they are typed. You may also use the CHR$ function found in Applesoft Basic (consult your
Apple manual and Appendix A).

TEXT COMMANDS

Spaces have only been used to make the commands
easier to read: do not type the spaces when issuing the command.
PR'^'n Turns on the Grappler interface card, n is
equal to the slot number of the Grappler. All subsequent characters appearing on the Apple video screen will also be printed on the printer. This command
must be used before any of the following commands will be accepted by the
Grappler.
PR^(i Turns off the Grappler.
CTRL-1 A Append line feeds onto carriage returns.
Basic will not send a linefeed after a carriage return. This means the printhead will return to the left margin but will not advance the paper. The Grappler will automatically issue a linefeed command and advance the paper after every
carriage return. If your printer is performing double line spacing, check
Appendix B of this manual.
CTRL-1 K Don't append linefeeds onto carriage
returns.
CTRL-1 H Allows the high order (8th) bit to be
output to the printer. On many printers this has no effect. On some it allows printing of block graphics (Epson MXI8ij}]. However, when block graphics ore being
printed, the standard character set is not
accessible.
CTRL-1 X Don't output the high order bit to the
printer. This puts the printer back in standard text mode.
CTRL-InN Set line length to n characters from left
side of page (not from left margin). After
issuing this command, characters will only be printed on the printer, and not on the Apple video screen. A carriage return will automatically be generated
.after n characters have been printed. If
the line length is set to zero, the Grappler will not issue a carriage return until it
receives one from the Apple. Note: When listing basic programs, the printing will automatically be formatted for
4(3 columns unless this command is used
(i.e. CTRL-1 80 N).
CTRL-II Transmits characters to both the Apple
screen and printer. When the line length
is set with a CTRL-InN command the
screen will be turned off and printed characters will go only to the printer, if you wish characters to appear on the screen while they are being printed, use
this command. However, this command
will not work when listing a program.
CTRL-lnL Sei left margin to nth column. All
subsequent printing will have n spaces a1 the start of each line. For example, w'hen using CTRL-1 10L, all printing will start in
the 10th column.
CTRL-lnR Set right margin to nth column from left
edge of page (not left margin). This
command will prevent words from being split at the right margin. The Grappler will end the line at the first space that occurs after the right margin, but before the end of the line as set by the CTRL-InN command. A right margin of zero
disables this feature.
CTRL-lnP
Set page length to n. The printer will print six linefeeds after n number of lines have been printed. A page length of zero
disables the page length feature. Continuous form paper typically has a total of 66 possible lines per page (this may vary with the type of printer).
Therefore if you specify a printed page
length of 60 lines (CTRL-I 60P), your printer
will print 60 lines and automatically skip over the perforation with 6 line feeds.
CTRL-l B
Turn on bell. This allows a CTRL-G to ring the printer bell. Many printers do not have a bell so check your printer manual to see if this feature is available.
CTRL-l C
CTRL-l S
Turn off bell. Duplicate the present text screen on the
printer. The screen will be printed 20 spaces from the left edge of the ; paper. This command is accessible from BASIC only as it uses some of the monitor routines. Only the forty character screen is printed. Eighty character boards are
not supported.
CTRL-l CTRL-Y Change to new command character
CTRL-Y. To do this, type in CTRL-l CTRL-Y. Any control character may be used here (instead of CTRL-Y) but you should avoid
characters used by your printer or normal text control characters such as CTRL-M (carriage return).
CTRL-Y CTRL-l Changes back to command character
CTRL-l.
The values and conditions listed below are the values Which are automatically set any time the Grappler is “turned on" with a PR^'^n command or initialized from Pascal or CP/M;
Left Margin-0 Line Length=0 Video =On Eighth Bit =Off
Right Margin =0 Page Length =0 Printer Bell =Off Line feed after
carriage return? - Yes with
Basic
No with
Pascot
or CP/M

GRAPHICS FEATURES AND COMMANDS

The Grappler interface can output the HIRES screen to the printer by using simple commands. All graphics commands consist of the command ctiaracter (usually CTRL-l) followed by a "G," and any options described below. If no other options are used (i.e. CTRL-l G [carriage return]), HIRES page 1 will be printed horizontally with every white dot on the screen printed as a black dot on the paper. The different options are described as follows:
2 — Print HIRES page 2 instead of page 1. D — Print the graphics screen double size. Some
printers don't have enough character positions to print a
double size image horizontally (e.g. MX-70, MX-80,
IDS-445). If that is the case, you must also use the "R"
option. Otherwise your printer will get confused and
"crash," meaning it won't do anything. If that happens
you will have to reset the APPLE by pressing the reset
key, and then reset the printer by turning it oft and then on again.
E — Prints an "emphasized" image (EPSON MX-80,
MX-80FT, MX-100, MALIBU 20'0oniy), When in this mode,
the printer will print two closely spaced dots for every
one it would normally print. This results in a denser image but printing time is twice as long.
I — Invert the image before printing. Normally, every white dot on the screen is printed as a black dot on the paper. This works fine for lines and graphs but if you are printing an actual picture ot a person or object it will
NEC 8023), you will be using successive rotated screen dumps.
appear like a negative photograph. Using this command will print the black portions of the screen as black on the paper allowing the picture to appear
nornrrally.
L — Print the image at the left margin previously set using the left margin text command. Depending on the type of printer being used, this margin may be affected by the current print density (characters per inch) or may be automatically set to 7 dot positions per character. If
this option is not used, the image will be printed in the center of an 8V2 inch page.
R — Rotate the picture 90 degrees in a clockwise
direction. Some printers require this option when printing
the image double size. (See D above).
An example of a graphics command would be CTRL-1 GDIR2 followed with a carriage return. This will print the inverse of HIRES page 2, double size, rotated 90 degrees. Options may be listed in any order, as long as they are preceded by a CTRL-1 G and followed by a carriage return. Care should be used when using the “L" specifier. If too large of a left margin is used, the picture may wrap around or, depending on the printer, it could cause it to “crash" and then both the computer
and printer would have to be reset (see “D” on previous page).
Note: When typing Grappler commands directiy from the keyboard (not from a program), the Apple will give a syntax error. This is normai since Applesoft doesn't recognize this as a valid command. However, the Grappler will still recognize the command. To avoid the syntax error, type
a one line program. For example:
10 PR'»'!: PRINT CHR$(9);"G'':PR*0
Then type RUN.

CHART RECORDER MODE

A chart recorder prints a continuous graph on a roll of paper. If you need to chart more information than can be done on a single HIRES screen, you can simulate a chart recorder by printing successive screens without any intervening spaces. The type of printer you are using will determine whether this can be done with normal or rotated images. In general, if your printer prints six graphics dots at a time (e g. IDS Paper Tigers, Centronics 739, Anadex 9500-9501), if you will be using successive normal (horizontal) screen dumps, or if your printer prints even seven dots at a time (e.g. Epsons,

PASCAL AND CP/M COMPATIBILITY

The Grappler is compatible with both PASCAL and CP/M. PASCAL 1.0 and CP/M will both recognize the card as a serial interface. Entry points have been
provided to mimic a serial interface so that the card will function properly with these systems. PASCAL 1.1 will correctly interpret that it is a firmware printer interface and access it accordingly. In either case the card will
function normally with a few minor exceptions as
detailed on the following page.
Since both systems use a CTRL-I to represent a
horizontal tab, the default command character has » been changed to CTRL-Y. If you are listing a file that contains tabs, be certain the printer tabs (see your
printer manual) have previously been set.
PASCAL does not use any of the monitor routines. For
that reason do not try and turn on the screen with a
CTRL-Y I command or do a text screen dump (CTRL-Y S). Either one will “crash" the system and both the computer and printer will have to be reset.
Both PASCAL 1.0 and CP/M use one of the I/O Ram locations to pass the output character. Since the Grappler was already using all available locations for its variables, the right margin function had to be deleted to make it compatible. This feature is still available from . BASIC or pascal 1.1.
FOR ADVANCED PROGRAMMERS: MEMORY LOCATIONS USED BY THE GRAPPLER
The Grappler Interface uses those RAM locations set aside for its particular slot and the slot scratchpad area common to all slots. The ROM is turned on using the standard ROM expansion protocol and resides in the
locations SC800 to SCFFF. The entry points and the
various RAM variables are listed below (N=Slot number):
Cold Entry Warm Entry Left Margin = S478 + Right Margin
Line Length
= SCNfJ®
= SCN02
= S678 -t-
= $578 +
$0N S(3N SUN
Page Length Character Counter Line Counter Current Cmd. Char. Text Flags
S6F8 S4F8 S6F8 $778 S7F8
+ $0N
$0N $0N
+ + $0N + $0N
Text Flag Bit Representations: (Bit 7 — Output high order bit)
(Bit 6 — Video turned on) (Bits
LF after a CR)
(Bit 4 — Bell on)
CUSTOM DRIVERS
If you are writing your own drivers, the following
locations are used to access the card (Y = NO where
N = Slot#):
Printer Status — SC®8t,Y (READ) Output Latch - SCOSBt.Y (WRITE) Strobe Low - $C(Zi82,Y (WRITE)
Strobe High - $0284,Y (WRITE)
The following routine gives an example of how to
output a character using these locations:
PHA SAVE OUTPUT CHARACTER ON STACK LDY
PAPER?
SECT? LDA
BUSY?
OUTPUT?
10
LDA
SC081 ,Y CHECK STATUS FOR PAPER
AND 04
BNE
PAPER? IF SET THEN NO PAPER. RECHECK SC081 ,Y CHECK STATUS FOR PRINTER SELECT
AND
02 CHECK BIT 1
BEQ SECT? LDA $C08 1Y
AND
08
BNE
BUSY?
PLA RESET OUTPUT CHARACTER STA
SC081 ,Y
$C082,Y
STA STA $C084,Y RTS
SET UP Y-REGISTER FOR SLOT #1
CHECK BIT 2
IF ZERO THEN NOT SELECTED CHECK STATUS FOR PRINTER BUSY CHECK BIT 3 IF SET THEN PRINTER IS BUSY
STORE TO OUTPUT LATCH
PULL STROBE LINE LOW
RESET STROBE LINE HIGH
RETURN FROM SUBROUTINE
APPENDIX A
USING GRAPPLERTM COMMANDS WITHIN A PROGRAM
The following table illustrates how a few Grappler
commanrds V70uld be used within a program:
INTERGER BASIC
1(2 PRINT ''CTRL-D";"PR#1'
2(2 PRINT
•'CTRL-I";''8(2N''
3(2 PRINT "TESTING"
4(2 POKE 36,5l2:PRINT''TESTING"
50 PRINT "CTRL-I";"CTRL-A" CHRS(9);CHR$(1)
60 PRINT "CTRL-A";"10L"
70 PRINT
"THE GRAPPLER"
(.
80 PRINT “CTRL-D";"PR#0" CHR$(4);"PR#0"
APPLESOFT
1(2 PRINT
CHR$(4);''PR#V
20 PRINT CHR$(9);''80N"
30 PRINT "TESTING"
40 POKE 36,50:PRINT"TESTING"
50 PRINT
60 PRINT "CHRS(1);"10L"
70 PRINT "THE GRAPPLER"
80 PRINT
DESCRIPTION
Turns on Grappler’^'^. If you are nof using DOS (disk operating system) then enter the line , as: 10 PR#1
Set line length to 80 columns and turn off Apple video.
Prints "Testing" on the printer.
Tabs to the 51st column and prints "Testing".
Charges the CTRL-1 command character to CTRL-A
Sets left margin to 10, notice use of new command character, CTRL-A
Prints "The Grappler". Notice printing starts at 10th column.
Turns off Grappler. if you are not using DOS enter the line as: 80 PR#0
NOTES;
Whenever you see CTRL-i enter the command, control I, as explained
in the section "Text Features," For example, since control characters
don't appear on the screen, line 10 will look like this; 10 PRINT " ", 'PR» i".
When tabbing past 40 columns, you must set the line length greater
than 40 (CTRL-InN) and then use tne POKE 36,n command shown odovg
The following programs allow you to test the graphics
capability of the Grappler.
For Applesoft Basic Users:
TEXT
5
HOME
to
PRINT "ENTER THE SLOT YOUR GRAPPLER IS IN AND"
20
INPUT "HIT THE RETURN KEY: ";S
30
HGR
50
HCOLOR=3
60
POKE 49234,01
70
HPLOT (2,0 TO 279,(2 TO 279,19(2 TO (2,19(2 TO (2,(2
80
FOR X = TO 279 STEP 9: HPLOT X,(2T0 X,19(2
90
NEXT
too
FOR Y = (2 TO 19(2 STEP 5:
110
NEXT
120
PRINT CHRS(4);"PR*";S
130
PRINT CHRS(9];"G"
140
PRINT CHRS(4);"PR#(2''
150
TEXT:HOME
160
HPLOT 279, Y TO (2, Y
For Integer Basic Users:
Line 6 should be typed 6 D$ = ''CTRL-D'' (The CTRL-D
won't show on the screen]
Line 7 should be typed 7 IS="CTRL-1''
To experiment with the different options, try changing line 13(2. You
don't have to retype the whole program, just type a new lirie 14(2.
For example: 14(2 PRINT CHRS(9);"GI" or 14(2 PRiNG CHRS(9); "GDR”
14(2 PRINT 1S;"GI" or 14(2 PRINT IS:"GDR"
For Pascal Users:
PROGRAM DEMO: USES TURTLEGRAPHICS, APPLESTUFF:
VAR ANGLE, DISTANCE: INTEGER,
PRINT: TEXT:
BEGIN
ANGLE: = 8(2; INinURTLE: PENCOLOR(WHITE); FOR DISTANCE: = 1 TO 99 DO
BEGIN
MOVE (2'DISTANCE); TURN (ANGLE);
END; REWRITE (PRINT,'PRINTER:'); WRITELN (PRlNT,CHR(25),'G');('USE CHR(25) [CTRL-Y]lN PASCAL');
END.
5 B=1 6 DS = ""
7 IS=""
10 CALL-936 20 PRINT "ENTER THE SLOT YOUR GRAPPLER IS IN" 30 PRINT "AND HIT THE RETURN KEY:"
40 INPUTS
50 POKE 8192,(2: POKE 8193,(2: POKE 66,1: POKE 67,32:
POKE 6(2,(2: POKE 61,32: POKE 62,255: POKE 63,63: CALL-46E 55 POKE-16297,(2: POKE-163(2(2,(2: POKE-163(22,(2: POKE-163(24,(2 60 FOR A = 8192 TO 92(27
70 POKE A,255: FOR C = (A-r 1(224) TO (A-r 7168) STEP 1(224:
POKE C, B: NEXT C
80 NEXT A 130 PRINT DS;"PFT*":S 140 PRINT IS: "G" 150 PRINT DS;"PR'*'(2"
160 TEXT:CALL-936
999 END
NOTES ON BOTH PROGRAIVtS:
11 you are not using DOS (Disk Operating System), type line 13(2 os
follows: 13(2 PR*S and line 15(2 as 15(2 PR*(2
10
The following program will allow you to print a graph that has been previously saved to the disk. For example, after saving the graph created by one of the popular graphing programs for the Apple, run this program to print it on your printer.
Note: If your Grappler is not in slot -
the slot number of your Grappler.
'1 change line 5 so that S equals
For Applesoft Basic Users:
5 S=1
1(2 HOME 2(2 DS-CHRS(4) 3(2 IS = CHRS(9)
4(2 PRINT "ENTER THE NAME OF THE GRAPH:" 5(2 INPUT NS 6(2 HGR
7(2 PRINT DS;"BLOAD".NS;",AS2(2(2(r 8(2 VTAB22
9(2 PRINT "ENTER OPTIONS (D,l,R,L,E,NORMAL):' 1(2(2 INPUT AS 1(25 IF LEFTS (AS,1) = "N" THEN AS = "" 11(2 PRINT DS;"PR»";S 12(2 PRINT IS;"G";AS
13(2 PRINT DS;"PR*(2" 14(2 TEXT:HOME
11
For Integer Basic Users:
Line 3® should be typed with a CTRL-D between the
quotes.
Line 4® shouid be typed with a CTRL-1 betv/een the
quotes.
5 S='l
10 CALL-936 20 DIM NS (30) :D1MAS(10) 30 D$ = "" 40 l$ = ""
50 PRINT "ENTER THE NAME OF THE GRAPH:"
60 INPUT NS
70 PRINT DS;"BLOAD";N$;",AS2000"
80 PRINT "ENTER OPTIONS (D,l,R,E,L,NORMAL):"
90 INPUT AS 95 IF AS(1)="N"THEN AS = ""
100 PRINT D$;"PR'^";S 110 PRINT IS;"G";AS 120 PRINT DST'PR***®' 130 TEXT:CALL-936
999 END

APPLEPLOT MODIFICATION

The following instructions explain how to modify your
Appleplot program to work with the Grappier.
1. Copy your Appleplot disk.
2. Insert the copy (not the original) into your disk drive.
3. Type the following lines exactly as shown, ending
each line by hitting the return key.
LOAD APPLEPLOT CALL-151
1FDC;71 49 7F56:47 52 41 50 50 4C 45 52 20 20 20 20 20 20 20 7FD7;47 52 41 50 50 4C 45 52 20 20 20 20 20 20 20
8301 ;97 3A 84 22 4F 50 54 49 4F 4E 53 3A 20 22 3B 5A 31 24.
3A 8A 31
8316:3A BA 22 9 47 22 3B 5A 31 24 3A 8A 30 3A AB 32 30
3A
4. If your printer is not in slot 1, type:
8315:3X
Where X is equal to your slot number. For example, if your printer is in slot 2, type;
8315:32
Or if it is in slot 5 type:
8315:35
5. Now type:
3D0G
SAVE APPLEPLOT
6. You are done, boot the disk. From now on when you choose to print the picture
you'will be ottered the choice of: (1) Grappier or (2) QUME.
After selecting the Grappier, you will be asked tor
'options.' Hitting the return key will print the picture normally. You may also enter any combination of the
other available options (IDRLE).

“VISIPATCH”

I \ fo'« N--'I I I
A program to modify Visiplot™ tor use with the Grappier™
Instructions:
The following program assumes you have never changed the VISIPLOT.DRIVER program on your diskette. It you have, restore the diskette to its original form before proceeding.
A. Put your DOS 3.3 System Master diskette into the disk
drive and turn the system on. Remove the master diskette and insert the Visiplot™
diskette.
Type NEW.
Very carefully, type in the following program.
Double check the program for typing errors, and
then type RUN.
5 AS = "VISIPLOT.DRIVER"
6 BS = "SILENTYPE.D"
7 CS = 10 DATA 169,137,32,237,253,169,199,32,237,253,169,141,32,
237,253,96 20 DS = CHRS (4) 30 PRINT D$;"BLOAD";AS 40 PRINT D$;"RENAME";A$;CS;B$ 50 FOR A = 39129 TO 39144 60 READ B 70 POKE A,B 80NEXT
90 PRINT D$;"BSAVE";AS;",AS98C3,LS81"
»•
12
13

APPENDIX B

NEC 8023

DIP SWITCH SEniNGS FOR YOUR PRINTER

All printers must configure to a Centronics type
parailel interface.

ANADEX 950C5-95C}1

All switches on S-3 must be off. Set switches on S-1 and ‘ S-2 appropriately.

CENTRONICS 7391

All four switches must be off.

EPSON MX-70

Shorting plug must be hooked up to the red post for no auto-line feed.

EPSON MX-80: MX-8C5FT with Graftrax-80

All switches on S-2 should be off. Dip switch S-1, switch 8
must be on and switch 3 must be off.
(

EPSON MX-lOO

S-2 switch 3 must be off
S-1 switch 6 must be off and switch 8 must be on.

I.D.S. 440G • 445G

S-4 switches 5, 6 and 7 must be off S-3 switches 6 must be on and switch 7 must be off
Strapping for 44(3G-445G (located beside I.D.S.
cable connector)
9-6 - busy aotive when high 10-5 - strobe data on positive edge 14-1 - always remain instalied

I.D.S. 460G • 560G OR PRISM 80 AND PRISM 132

S-4 switch 5 must be off and switch 7 on S-3 switches 6 and 7 off
Strapping for 460G-56®G (located beside I.D.S.
cable connector)
8-7 installed for parallel 11- 4 installed for busy rising high 12- 3 installed for negative going strobe
SW-1; 6 closed, 7 closed, 8 open. All others may be set
as user desires.
SW-2: 2 open, 5 open, 6 closed, 7 closed. All orners may
be set as user desires.

MALIBU 200

Bank A Switch 2 off and aii other switches are on.
•Nole; All swilches not mentioned can be set as user desires.

GRAPPLER™ PIN ASSIGNMENTS

Function
STB
D0
D1 D2 D3 D4 D5
D6 D7
ACK
BUSY
P.E.
SLOT
NIC
GND
‘GRAPPLERs designed for use with IDS Paper Tiger printers may be
identified by a white asterisk on the upper right hand corner of the board.
Normal
GRAPPLER
1
3
5 7 9
11
13 15
17
19
21
23 25
-
ali others
IDS
GRAPPLER*
5
2 25 23
21
19
17
4
-
18 12
22,26
7
10,20
all others
14
15
■"”WWr
. ..•Jitefcy4-74

LIMITED WARRANTY

Every GRAPPLER INTERFACE is fully tested and quality checked before shipment and is warranted to be free from defects in materials and workmanship for d period of 90 days from date of purchase. During that time period, Orange Micro will, at no charge, repair or replace any defective unit returned to its Service Department in accordance with the instructions below.
Orange Micro disclaims any liability to users of the GRAPPLER INTERFACE for consequential damages of any kind arising from or connected with the use of the GRAPPLER INTERFACE.
This warranty is void in cases of misuse, abuse, abnormal conditions of operation or attempts to alter or modify the function of a part or assembly.
This limited warranty is in lieu of all other warranties express or implied, and no representative or other
person is authorized to represent or assume for Orange Micro any warranty liability beyond that set forth herein.
This warranty gives you specific legal rights, and you
may also have additional rights which vary from state to
state.
In case of a problem with a GRAPPLER INTERFACE, please notify us of the model, serial number, date of purchase, and particular details. Do not return the unit
to Orange Micro until you have received authorization to do so.
When returning equipment, ship in the .original carton
or securely packed in a cardboard carton with at least
two inches of cushioned packing material on all sides.
Mark the package "FRAGILE” and ship via UPS, Parcel Post, or Air Freight, insured and prepaid. (Collect shipments will be refused and returned.) Enclose a clear description of the problems experienced, samiple printouts if possible, proof of purchase date, return address, and preferred shipping method.
The Worronty expressed above applies only to Gropplers sold and used In the United States of America.
file:///C|/Documents%20and%20Settings/The%20%20Rat/Desktop/Grappler%20Manual/ReadMe.txt
Feel free to link to your Vintage Computer Websites
call_kirk@hotmail.com www.aceemploymentservices.net
Feel free to link to your Vintage Computer Websites
file:///C|/Documents%20and%20Settings/The%20%20Rat/Desktop/Grappler%20Manual/ReadMe.txt6/20/2006 11:57:27 AM
Loading...