[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

3321.0. "WB 1.3 LA50/LA75 printer driver" by YIPPEE::GOULNIK (Yves GOULNIK - EAITC/Mfg Valbonne) Thu Jan 11 1990 07:40

	for local/simple printing, I still use an old LA50, with
	an equally old printer driver. does any one know whether
	an LA50 or LA75 driver has been written to accomodate the
	graphics features of WB 1.3, or whether one of the supplied
	drivers could do ?

	thanks,
Yv
T.RTitleUserPersonal
Name
DateLines
3321.1LA75 doesn't need a special driver CADSE::TERELLAMike Terella (DTN)287-3083 CTC2-1/C14Fri Jan 12 1990 15:488
    
    	The CBM_1250 driver which comes in the 1.3 Extras disk works fine
    	on the LA75.  Basically just put the LA75 into (IBM) emulator mode
    	and away you go.  The details are elsewhere in this notes file.
    	Don't forget to set the Pref's serial buffer to 2048 (defaut is
    	512).
    
    								Mike
3321.2How does the LA75 do a Screen DumpKERNEL::JENKINSDSat Jan 04 1992 12:2613
    Hello,
    
    	I am a complete novice on all aspects of the Amiga.
    
    	What I want to know is what action needs to be taken to get the
    	printer set up on the Amiga and will I then be able to do a screen
    	dump from within a game to the printer without doing anything
        special.
    
    	Any help appreciated.
    
    
    							Cheers Darrell
3321.3Amiga printer operation (briefly)AIDEV::LANDINGHAMFor a good prime, call: 391581 * 2^216193 - 1Sun Jan 05 1992 12:3122
My understanding of Amiga printer operation is as follows:

	- AmigaDOS communicates with the printer by making calls to
	  the printer device ("printer.device" in SYS:DEVS)

	- The printer device provides printing services in a device
	  independent fashion; print requests from AmigaDOS are translated
	  into a standard set of print command sequences which are then
	  passed to the printer driver code.

	- The printer driver (selected in Preferences) is the device
	  dependent (printer-type specific) part of the chain.  It translates
	  the device-independent print command sequences to the actual
	  command sequences required for a specific type of printer to
	  accomplish the print request.

So, to print with a specific brand/model of printer, you need a printer driver
written to support it.  There are a lot of notes in this conference regarding
drivers for the LA75.  Doing a "dir/title=LA75" is a good place to start
looking.

Hope this helps.
3321.4exitLOSPED::MCGHIEThank Heaven for small Murphys !Sun Jan 05 1992 18:564
    Or optionally put the Printer into 'Other' mode and use the CBM1000
    (sp?) printer driver which is what I do.
    
    Mike
3321.5RANGER::DBRANNONDave BrannonMon Jan 06 1992 20:3713
    
    re:.2  "from within a game"
    
    There is no support in the roms for a print screen function from the
    keyboard, as far as I know.  To screen capture from within a game,
    you would need to have something lurking, waiting to do that based
    on a keypress or some other input that isn't blocked or taken over
    by the game.
    
    There are some hardware devices that are designed to that, I think
    one was called Nordic Power, don't know much about it.
    
    Dave