December 1, 1986 ----------------- "Execute AfterArc" to rename the files to there correct names after ARCing. This is a printer driver for the IBM ColourJet printer. This driver must be used under Ver 1.2 of the operating system as it requires a Printer Colour Class (PCC) of BGRW (Blue,Green,Red,White). This PCC is only supported under 1.2. All source and object files have been provided so that you may customize this driver further. It supports all the Amiga commands that are possible but no special features that the printer has that the Amiga doesn't support. To use this driver: - Copy "IBM_ColourJet" to the Devs/Printers directory on your boot disk. - run preferences and set Printer to IBM_ColourJet and Parallel. NOTE: The 1.2 preferences automatically looks at the files in the Devs/Printers directory so there is no need to select Custom. The Colour Jet has a horizontal resolution of 100 dots per inch and a vertical resolution of either 72 or 96 lines per inch. To switch between these two resolution modes use the Print Quality gadget in preferences to select DRAFT=72 lpi or LETTER=96 lpi. - use your favorite paint programme to print pictures or word processor to print text. List of files provided: ======================= AfterArc 230 - Renames files properly after unARCing ANSIecho 588 - Very useful replacement Echo command which allows entering of ANSI and control codes. ANSIecho.doc 2048 - Docs for above ANSIecho.demo 3060 - Demo file showing what can be done with ANSI codes BeforeArc 229 - Renames to shorter names for ARCing COLOURJET.ARC 31747 - IBM ColourJet driver files CommandTable.c 6706 - Simple printer code conversion table CommandTable.o 944 - Compiled File CPD 600 - Script file to compile C code (Lattice) use -v in Phase 2 DoSpecial.c 4296 - Handle special codes DoSpecial.o 836 - Compiled File IBM_ColourJet 4904 - Actual driver - copy to Devs/Printers Init.asm 2956 - Initialization file Init.obj 460 - Assembled File macros.i 1435 - Macros needed for assembly Plink 232 - Script file, link all object files to final driver PrinterTag.asm 2026 - Printer definition header PrinterTag.obj 312 - Assembled File prtbase.h 5350 - C include file for include/devices prtbase.i 5409 - Assmebler include file include/devices ReadMe 2984 - This file Render.c 8014 - Render function, handles graphics printing Render.o 2592 - Compiled File TextTest 1692 - Script file to print sample text. Must have ANSI Echo named as Echo for this to work Wait.asm 2659 - Used internally in the driver for for time out Wait.obj 288 - Assembled File ====================== 26 files - 220 blocks used