Orange Micro The Grappler manual

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

Ir para a página of

Bom manual de uso

As regras impõem ao revendedor a obrigação de fornecer ao comprador o manual com o produto Orange Micro The Grappler. A falta de manual ou informações incorretas fornecidas ao consumidor são a base de uma queixa por não conformidade do produto com o contrato. De acordo com a lei, pode anexar o manual em uma outra forma de que em papel, o que é frequentemente utilizado, anexando uma forma gráfica ou manual electrónicoOrange Micro The Grappler vídeos instrutivos para os usuários. A condição é uma forma legível e compreensível.

O que é a instrução?

A palavra vem do latim "Instructio" ou instruir. Portanto, no manual Orange Micro The Grappler você pode encontrar uma descrição das fases do processo. O objetivo do manual é instruir, facilitar o arranque, a utilização do equipamento ou a execução de determinadas tarefas. O manual é uma coleção de informações sobre o objeto / serviço, um guia.

Infelizmente, pequenos usuários tomam o tempo para ler o manual Orange Micro The Grappler, e um bom manual não só permite conhecer uma série de funcionalidades adicionais do dispositivo, mas evita a formação da maioria das falhas.

Então, o que deve conter o manual perfeito?

Primeiro, o manual Orange Micro The Grappler deve conte:
- dados técnicos do dispositivo Orange Micro The Grappler
- nome do fabricante e ano de fabricação do dispositivo Orange Micro The Grappler
- instruções de utilização, regulação e manutenção do dispositivo Orange Micro The Grappler
- sinais de segurança e certificados que comprovam a conformidade com as normas pertinentes

Por que você não ler manuais?

Normalmente, isso é devido à falta de tempo e à certeza quanto à funcionalidade específica do dispositivo adquirido. Infelizmente, a mesma ligação e o arranque Orange Micro The Grappler não são suficientes. O manual contém uma série de orientações sobre funcionalidades específicas, a segurança, os métodos de manutenção (mesmo sobre produtos que devem ser usados), possíveis defeitos Orange Micro The Grappler e formas de resolver problemas comuns durante o uso. No final, no manual podemos encontrar as coordenadas do serviço Orange Micro na ausência da eficácia das soluções propostas. Atualmente, muito apreciados são manuais na forma de animações interessantes e vídeos de instrução que de uma forma melhor do que o o folheto falam ao usuário. Este tipo de manual é a chance que o usuário percorrer todo o vídeo instrutivo, sem ignorar especificações e descrições técnicas complicadas Orange Micro The Grappler, como para a versão papel.

Por que ler manuais?

Primeiro de tudo, contem a resposta sobre a construção, as possibilidades do dispositivo Orange Micro The Grappler, uso dos acessórios individuais e uma gama de informações para desfrutar plenamente todos os recursos e facilidades.

Após a compra bem sucedida de um equipamento / dispositivo, é bom ter um momento para se familiarizar com cada parte do manual Orange Micro The Grappler. Atualmente, são cuidadosamente preparados e traduzidos para sejam não só compreensíveis para os usuários, mas para cumprir a sua função básica de informação

Índice do manual

  • Página 1

    [...]

  • Página 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[...]

  • Página 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[...]

  • Página 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)[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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,[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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:[...]

  • Página 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[...]

  • Página 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 [...]

  • Página 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—[...]

  • Página 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.[...]

  • Página 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[...]

  • Página 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[...]

  • Página 18

    [...]

  • Página 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[...]