Orange Micro The Grappler manual

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Go to page of

A good user manual

The rules should oblige the seller to give the purchaser an operating instrucion of Orange Micro The Grappler, along with an item. The lack of an instruction or false information given to customer shall constitute grounds to apply for a complaint because of nonconformity of goods with the contract. In accordance with the law, a customer can receive an instruction in non-paper form; lately graphic and electronic forms of the manuals, as well as instructional videos have been majorly used. A necessary precondition for this is the unmistakable, legible character of an instruction.

What is an instruction?

The term originates from the Latin word „instructio”, which means organizing. Therefore, in an instruction of Orange Micro The Grappler one could find a process description. An instruction's purpose is to teach, to ease the start-up and an item's use or performance of certain activities. An instruction is a compilation of information about an item/a service, it is a clue.

Unfortunately, only a few customers devote their time to read an instruction of Orange Micro The Grappler. A good user manual introduces us to a number of additional functionalities of the purchased item, and also helps us to avoid the formation of most of the defects.

What should a perfect user manual contain?

First and foremost, an user manual of Orange Micro The Grappler should contain:
- informations concerning technical data of Orange Micro The Grappler
- name of the manufacturer and a year of construction of the Orange Micro The Grappler item
- rules of operation, control and maintenance of the Orange Micro The Grappler item
- safety signs and mark certificates which confirm compatibility with appropriate standards

Why don't we read the manuals?

Usually it results from the lack of time and certainty about functionalities of purchased items. Unfortunately, networking and start-up of Orange Micro The Grappler alone are not enough. An instruction contains a number of clues concerning respective functionalities, safety rules, maintenance methods (what means should be used), eventual defects of Orange Micro The Grappler, and methods of problem resolution. Eventually, when one still can't find the answer to his problems, he will be directed to the Orange Micro service. Lately animated manuals and instructional videos are quite popular among customers. These kinds of user manuals are effective; they assure that a customer will familiarize himself with the whole material, and won't skip complicated, technical information of Orange Micro The Grappler.

Why one should read the manuals?

It is mostly in the manuals where we will find the details concerning construction and possibility of the Orange Micro The Grappler item, and its use of respective accessory, as well as information concerning all the functions and facilities.

After a successful purchase of an item one should find a moment and get to know with every part of an instruction. Currently the manuals are carefully prearranged and translated, so they could be fully understood by its users. The manuals will serve as an informational aid.

Table of contents for the manual

  • Page 1

    [...]

  • Page 2

    INTRODUCTION TM The Grappler Interface is a Centronics compatible parallel interface for the Apple II/II+ 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 commands. There is no standardization among printer manufacturers f[...]

  • Page 3

    5. Be sure the power is off. Insert the Grappler 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 on the rear corner[...]

  • Page 4

    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)[...]

  • Page 5

    CTRL-I 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 ge[...]

  • Page 6

    lines per page (this may vary with the type of printer). Therefore if you specify a printed page length of 6Ø lines (CTRL—I 6ØP), your printer will print 6Ø lines and automatically skip over the perforation with 6 line feeds. CTRL—I B Turn on bell. This allows a CTRL—G to ring the printer bell. Many printers do not have a bell so check you[...]

  • Page 7

    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 character (usually CTRL—I) followed by a “G", and any options described below. If no other options are used (i.e. CTRL—I G [carriage return]), HIRES page 1 will be printed[...]

  • Page 8

    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-I 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,[...]

  • Page 9

    PASCAL AND CP/M COMPATIBILITY The Grappler is compatible with both PASCAL and CP/M. PASCAL l.Ø 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 firm- ware printer inter[...]

  • Page 10

    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 locations $C8ØØ to $CFFF. The entry points and the various RAM variables a[...]

  • Page 11

    CUSTOM DRIVERS If you are writing your own drivers the following locations are used to access the card CY = NO where N = slot#) Printer Status — $CØSl,Y (READ) Output Latch - $CØ8l,Y (WRITE) Strobe Low — $CØ82,Y (WRITE) Strobe High — $CØ84,Y (WRITE) The following routine gives an example of how to output a character using these locations:[...]

  • Page 12

    APPENDIX A TM USING GRAPPLER CONMANDS WITHIN A PROGRAM The following table illustrates how a few Grappler commands would be used within a program: INTEGER BASIC DESCRIPTION TM 1Ø PRINT “CTRL-D”;”PR#l” 10 PRINT CHR$(4);”PR#l" Turns on Grappler If you are not using DOS (disk operating SYSTEM) thEn enter the line as: 1Ø PR#1 2Ø PRINT[...]

  • Page 13

    The following prograas allow you to rest the graphics capability of the Grappler. For Applesoft basic users: 5 TEXT 1Ø HOME 2Ø PRINT ‘ENTER THE SLOT YOUR GRAPPLER IS IN AND” 3Ø INPUT “HIT THE RETURN KEY: “:S 5Ø HGR 6Ø HCOLOR=3 7Ø POKE 49234,!6 6Ø HPLOT Ø,Ø TO 279,Ø TO 279,19Ø TO Ø,19Ø TO Ø,Ø 9Ø FOR X=Ø TO 279 STEP 9: HPLOT [...]

  • Page 14

    For Pascal Users: PROGRAM DEMO, USES TURTLEGRAPHICS, APPLESTUFF, VAR ANGLE, DISTANCE: INTEGER; PRINT, TEXT, BEGIN ANGLE;8-Ø; INITTURTLE; PNNCOLOR(NHITE); FOR DISTANCE:= TO 99 DO BEGIN MOVE (2*DISTAMCE); TURN ANGLE); END, REWRITE (PRINT,’PRINTER;"), NRITELN (PRINT,CHR(25),G');(*USE CHR(25) [CTPL—Y]IN PASCAL*); END. —13—[...]

  • Page 15

    The following program will allow you to print a graph that has been previously saved to the disk. For e,~as~ple, after saving the qreph 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 #1 change line 5 so that S equals the clot number of your Grappler.[...]

  • Page 16

    APPENDIX B DIP SWITCH SETTINGS FOR YOUR PRINTER All printers must configure to a Centronics type psrallel interface. ANADEX 95ØØ — 93Ø1 All switches on S—3 must be off. Set switches on S-1 snd S—2 appropriately. CENTRONICS 739—1 All four switches oust be off. EPSON MX-7Ø Shorting plug must be hooked up to the red post for no auto—line[...]

  • Page 17

    TM GRAPPLER PIN ASSIGNMENTS Normal IDS Function GRAPPLER GRAPPLER* -- STE 1 5 3 2 Dl 5 25 D2 7 23 D3 9 21 D4 11 19 D5 13 17 D6 15 4 D7 17 -- -- ACK 19 18 BUSY 21 12 -- P.E. 23 22,26 SLCT 25 7 N/C -- 10,20 GND all others all others *GRAPPLERs designed for use with IDS Paper Tiger printers may be identified by a white asterisk on the upper right hand[...]

  • Page 18

    [...]

  • Page 19

    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 a 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 accord[...]