LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-01-2014, 06:37 PM   #1
AzizHan
LQ Newbie
 
Registered: Oct 2014
Location: Egypt
Distribution: Debian
Posts: 11

Rep: Reputation: Disabled
trying to work with an old dot matrix printer


I have an old (+25yrs!) matrix printer (Citizen 120D), if I don't have its driver; setting it up as “generic text print only” is the best option or there is a better option for me to test it?

PS. Personal environment: desktop, Intel premium CPU G645 , distro: Ubuntu 14.04
 
Old 11-01-2014, 07:27 PM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,623

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Citizen printer

Best is if youu can find a driver for it.
Second best is if you have the book on it and can write your own.
Third is if you can find an NEARLY compatible driver and set it's emulation to take advantage.
Fourth is generic text-only driver, which is still useful. (and can tide you over while you seek a better answer)
Last is waste it and buy a newer printer. While that works, it ignores the value in impact printing and recovering more of your printer investment.
 
Old 11-01-2014, 07:34 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
A quick search looks like the printer is Epson FX-80 or IBM proprinter compatible. You can find drivers at www.openprinting.org but the site looks like it is down at the present time.
 
Old 11-01-2014, 07:38 PM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,623

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
A ghost may save you, citizen!

Is there an ibmpro driver in the ghost (GS=GhostScript) driver deck? That may do the trick!
 
Old 11-02-2014, 11:55 AM   #5
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I used to have one of those! It produced very nice NLQ output on my Sinclair QL, after a little re-write of the driver.

I remember that the problem with the generic Linux driver was that it ran the printer in graphics mode to try to represent vector fonts. To use the printer's own fonts, you need to send a plain text file to the printer, or to get a dedicated driver. I can't see a 120D driver for Linux, though — only Windows. I think an Epson FX80 driver should work, but that may be just as difficult to find.
 
Old 11-02-2014, 12:05 PM   #6
AzizHan
LQ Newbie
 
Registered: Oct 2014
Location: Egypt
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: Disabled
trying to work with an old dot matrix printer

wpeckam & michaelk, Thanks; I tried to find its driver many times; in vain!, however I will try again. Will test applying "Epson FX-80"; most probably it's comaptible; thanks again for your help.
PS. will also look for a driver in ghost, it's interesting always to look for and work with tricks!
 
Old 11-04-2014, 03:43 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I used to use a test like from command line send a text file to lpt port or prn.

Many of the older dot matix printers would offer a way to emulate different printers. If this one does then you may be able to use it under a different emulation. We assume that is is under OEM right now.

Does it work under generic text? The graphical in those old printers were rather limited.
 
Old 11-04-2014, 04:40 PM   #8
AzizHan
LQ Newbie
 
Registered: Oct 2014
Location: Egypt
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: Disabled
trying to work with an old dot matrix printer

Quote:
Originally Posted by jefro View Post
I used to use a test like from command line send a text file to lpt port or prn.

Many of the older dot matix printers would offer a way to emulate different printers. If this one does then you may be able to use it under a different emulation. We assume that is is under OEM right now.

Does it work under generic text? The graphical in those old printers were rather limited.
As for, working under "generic text"? : ** yes, it does work
its grahical limitation? : ** I know, it should be limited (speed & quality wise) no complain; I'm not tending to use it for graphical printouts, mostly for my text editing and printouts.
thanks for your post
 
Old 11-06-2014, 05:39 AM   #9
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
Like the others said, Epson FX-80 should work. In those days just about all Japanese Printers emulated the FX80 or could be set to do so.

As far as graphical mode printing goes, what I think the other posters were referring to is that to get WYSIWYG the printer needs to print in graphical mode. Otherwise you are limited to the fonts resident in the printer. Which should be OK for most uses.

Essentially setting the font involves sending an Escape code to the printer. Do you have the manual? Or an FX-80 manual. If not I may be able to dig one up.

Happy Playing.
 
Old 11-06-2014, 03:50 PM   #10
AzizHan
LQ Newbie
 
Registered: Oct 2014
Location: Egypt
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: Disabled
trying to work with an old dot matrix printer

Quote:
Originally Posted by davcefai View Post
Like the others said, Epson FX-80 should work. In those days just about all Japanese Printers emulated the FX80 or could be set to do so.

As far as graphical mode printing goes, what I think the other posters were referring to is that to get WYSIWYG the printer needs to print in graphical mode. Otherwise you are limited to the fonts resident in the printer. Which should be OK for most uses.

Essentially setting the font involves sending an Escape code to the printer. Do you have the manual? Or an FX-80 manual. If not I may be able to dig one up.

Happy Playing.
I think, for the time being; I'm happy so far working with the "generic-text-only" option as it's working properly till now, I have some printouts hopefuly end soon, might be better to keep the hustle of try and check other options for latter. The graphical printout isn't one of my concerns at the moment, but I can predict its quality with an old printer like this; in addition its time comsuming for many graphical pages in the print que!. I do have the original manual, thanks for the offer; digging for it.
Thanks for your help.
 
Old 11-07-2014, 11:03 AM   #11
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,623

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
A thought: you CAN set up more than one queue for a single printer. Trying a new queue with a different drive should not disable your "Generic-Text-Only" queue. Quality printout may be worth some experimentation!
 
Old 11-07-2014, 03:33 PM   #12
AzizHan
LQ Newbie
 
Registered: Oct 2014
Location: Egypt
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: Disabled
trying to work with an old dot matrix printer

Quote:
Originally Posted by wpeckham View Post
A thought: you CAN set up more than one queue for a single printer. Trying a new queue with a different drive should not disable your "Generic-Text-Only" queue. Quality printout may be worth some experimentation!
Thanks for pointing, do you think spooling will gain speed advantage despite the buffering wise, I'm not that expert to judge, but yet I think adding more than one que will easy issuing many print commands while they still waiting in line to be printed, thanks for the hint.
 
Old 11-09-2014, 08:24 AM   #13
AzizHan
LQ Newbie
 
Registered: Oct 2014
Location: Egypt
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: Disabled
trying to work with an old dot matrix printer

Finally, I have the time to make more tries, applying the Epson option, came out with the alternative to set it for “Epson-24 pins” (there was no FX-80 within the available drivers); however it worked. Printing the test page took around 5mns., too much?, I don't think I have to ask for too much out of an old printer like this one that I have. Anyhow; I need it only for printing text printouts, I'm patient enough to print my personal jobs; I'm happy with what it's doing.

I'm marking this subject as solved; thanks for everyone shared thoughts or experience, will be more than happy to do the same for anyone who needs mine (if it's worthy).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
TVS HD 755 Dot matrix printer dhairysheel Linux - Software 1 10-30-2014 11:34 AM
Epson Dot Matrix Printer Driver ramsforums Linux - Software 2 06-19-2012 09:01 PM
Epson LX300 (9 pin Dot Matrix Printer) to work with Puppy 528 dragcar Puppy 1 01-14-2012 07:30 PM
[SOLVED] Trying to get an Epsom LX 400 dot matrix printer to work nigelc Linux - Hardware 4 06-04-2010 02:50 AM
How to Configure Dot Matrix printer in RedHat rajaguru14 Linux - Newbie 1 04-06-2009 07:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration