Author Topic: Looking for help: Capture printer data on parallel port  (Read 14037 times)

0 Members and 1 Guest are viewing this topic.

Offline Old Don

  • Regular Contributor
  • *
  • Posts: 163
  • Country: us
Re: Looking for help: Capture printer data on parallel port
« Reply #25 on: January 10, 2018, 05:36:27 pm »
Retired - Formerly: Navy ET, University of Buffalo Electronic Tech, Field Engineer and former laptop repair business owner
 

Offline RWAP

  • Newbie
  • Posts: 7
  • Country: gb
Re: Looking for help: Capture printer data on parallel port
« Reply #26 on: May 22, 2018, 07:45:36 pm »
This seems to do what you want, but they don't seem to have released it yet...

http://www.retroprinter.com/about-the-retro-printer/what-does-the-retro-printer-do/

I was looking at this a few years ago, but it seems there has been no movement on this project since 2015. Might be worth contacting them.

Good evening.  I know it is a slightly old topic, but as I am behind the Retro-Printer project, I have just seen this thread and wondered if anyone had reached out to me?

I think some people didn't read the updates on the site, but saw the date on the purchase page (2015) as being the last time anything was done with the project.  The Retro-Printer Module has continued to be developed and is currently at the factory for final production of the module and case so we are hoping to have it available for sale in July.   

I do apologise that it has taken a while to bring the product to market, but I am basically a one-man band and my resources have been prioritised for other retro products (mainly keyboard membranes), whilst we awaiting results of beta-testing and changes to the hardware to cope with some equipment which seems to ignore the pubished centronics port standard!

If you are looking for just the conversion routines, we have released the ESC/P2 conversion routine on https://github.com/RWAP/PrinterToPDF so that this can be improved.  It handles most ESC/P2 codes (unlike the various ESC/P conversion routines available on the internet).
 

Offline jsantoro

  • Regular Contributor
  • *
  • Posts: 52
  • Country: us
Re: Looking for help: Capture printer data on parallel port
« Reply #27 on: December 17, 2018, 05:21:45 pm »
Hi,

I have some old test equipment that outputs data and graphics, like a plot. Is there anything I can use on the USB side that will dump to a JPG in order to save this plots on a PC?
 


Offline RWAP

  • Newbie
  • Posts: 7
  • Country: gb
Re: Looking for help: Capture printer data on parallel port
« Reply #29 on: August 09, 2019, 09:28:10 pm »
I was just checking in here - the Retro-Printer has now been successfully in use by quite a variety of customers, with uses ranging from retro-computers, to door entry systems, Escon brake testing equipment and even Siemens S5 PLCs.

It can certainly capture and convert both PCL and ESC/P2 data - including text and graphics.

Output can be in various formats, including plain text, PNG, PDF or physical output on a modern connected network or USB printer.

If you want more details - email me, or join in the discussion on www.retroprinter-support.com
 

Offline nfrancoe

  • Newbie
  • Posts: 1
  • Country: ca
Re: Looking for help: Capture printer data on parallel port
« Reply #30 on: February 11, 2020, 09:27:19 pm »
Hello Bicurico.

Have you a final conclusion about this?  I have the exact same needs.

I want to "print" the screen of my TDS 210 (Tektronix Ocsilloscope) on computer (create a file on) via RS-232 or via Parallel port.
I know that someone will tell me to use the Tektronix download tool... but NO WAY.  Proposed Tektronix software are sooo bad.

My TDS 210 Format options:
DPU411, DPU412,ThinkJet, DeskJet, LaserJet, Epson, BMP, PCX, EPSIMAGE, INTERLEAF.

Best regards,
nfrancoe
« Last Edit: February 11, 2020, 09:35:40 pm by nfrancoe »
 

Online tooki

  • Super Contributor
  • ***
  • Posts: 11531
  • Country: ch
Re: Looking for help: Capture printer data on parallel port
« Reply #31 on: February 11, 2020, 10:33:35 pm »
EPSIMAGE sounds like it’s probably EPS (encapsulated PostScript) output, which could potentially be converted to vector art, if it’s the graphics you’re after.
 

Offline jmelson

  • Super Contributor
  • ***
  • Posts: 2766
  • Country: us
Re: Looking for help: Capture printer data on parallel port
« Reply #32 on: February 11, 2020, 10:34:57 pm »
What I need is to interface the LPT output of a test equipment, so that I can redirect it back to a PC, where I grab the data.
It is fairly likely you could connect the instrument to a PC parallel port with the port selected to input mode, and the strobe pin wired to one of the status input pins.
You'd need to write a small program to detect pulses on the device's strobe pin and read in a byte from the data port.  Most devices like this only use a couple pins
other than the data port and strobe, and don't use too many status pins (like paper out, on line, etc.) or you can just hardwire those status inputs as the device needs.

Jon
 

Offline Gribo

  • Frequent Contributor
  • **
  • Posts: 629
  • Country: ca
Re: Looking for help: Capture printer data on parallel port
« Reply #33 on: February 12, 2020, 12:44:50 am »
I have done exactly as the OP required with an Arduino Nano Every and a custom board for the DB25 connector. I can share the code, it is pretty trivial.
Edit: Attached is the Arduino source. change name to .ino
« Last Edit: February 12, 2020, 12:36:21 pm by Gribo »
I am available for freelance work.
 
The following users thanked this post: BravoV, tooki

Offline RWAP

  • Newbie
  • Posts: 7
  • Country: gb
Re: Looking for help: Capture printer data on parallel port
« Reply #34 on: February 23, 2020, 01:16:32 pm »
Hello Bicurico.

Have you a final conclusion about this?  I have the exact same needs.

I want to "print" the screen of my TDS 210 (Tektronix Ocsilloscope) on computer (create a file on) via RS-232 or via Parallel port.
I know that someone will tell me to use the Tektronix download tool... but NO WAY.  Proposed Tektronix software are sooo bad.

My TDS 210 Format options:
DPU411, DPU412,ThinkJet, DeskJet, LaserJet, Epson, BMP, PCX, EPSIMAGE, INTERLEAF.

Best regards,
nfrancoe

The Retro-Printer can be connected to the parallel post and capture the Epson printout (or even the HP Deskjet) to convert to PDF - www.retroprinter.com
 

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8275
Re: Looking for help: Capture printer data on parallel port
« Reply #35 on: February 24, 2020, 03:09:46 am »
FX2LP logic analyser (aka Saleae clone) with a bit of software will do what you want pretty cheaply.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf