Manual Orange Micro The Grappler

19 pages 0.16 mb
Download

Go to site of 19

Summary
  • Orange Micro The Grappler - page 1

    ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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) ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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, ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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: ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - 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— ...

  • Orange Micro The Grappler - 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. ...

  • Orange Micro The 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 ...

  • Orange Micro The Grappler - 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 ...

  • Orange Micro The Grappler - page 18

    ...

  • Orange Micro The Grappler - 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 ...

Manufacturer Orange Micro Category Network Card

Documents that we receive from a manufacturer of a Orange Micro The Grappler can be divided into several groups. They are, among others:
- Orange Micro technical drawings
- The Grappler manuals
- Orange Micro product data sheets
- information booklets
- or energy labels Orange Micro The Grappler
All of them are important, but the most important information from the point of view of use of the device are in the user manual Orange Micro The Grappler.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Orange Micro The Grappler, service manual, brief instructions and user manuals Orange Micro The Grappler. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product Orange Micro The Grappler.

A complete manual for the device Orange Micro The Grappler, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use Orange Micro The Grappler by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Orange Micro The Grappler.

A complete Orange Micro manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual Orange Micro The Grappler - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the Orange Micro The Grappler, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the Orange Micro The Grappler, that we can find in the current document
3. Tips how to use the basic functions of the device Orange Micro The Grappler - which should help us in our first steps of using Orange Micro The Grappler
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Orange Micro The Grappler
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Orange Micro The Grappler in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Orange Micro The Grappler?

Use the form below

If you did not solve your problem by using a manual Orange Micro The Grappler, ask a question using the form below. If a user had a similar problem with Orange Micro The Grappler it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)