A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Printers
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Need to find an application that will convert LPT1 output into a USB printer drive



 
 
Thread Tools Display Modes
  #1  
Old September 25th 10, 10:49 AM posted to comp.periphs.printers
Alan
external usenet poster
 
Posts: 44
Default Need to find an application that will convert LPT1 output into a USB printer drive

On Mon, 13 Sep 2010 08:51:03 -0400, "Angelo Campanella"
wrote:


So what I need is a software item that will intercept the LPT1 data internal
to my PC (a T43 ThinkPad, now headed for obsolescence) and morph it into a
conventional USB printer output suited to the HP6122 or any other printer I
must buy in the future. The T43 has a parallel port output, but that feature
is headed for obsolescence too, I'm certain. I would think that Windows XYZ
should be able to do that in its sleep, but Microsoft has not thought of
that yet, I guess.


Several methods at the WordPerfect DOS FAQ:
http://www.columbia.edu/~em36/wpdos/winprint.html
http://www.columbia.edu/~em36/wpdos/usbprint.html

And if you have a GDI printer (i.e., needs a proprietary Windows
driver), see also
http://www.columbia.edu/~em36/wpdos/...nyprinter.html


  #2  
Old October 2nd 10, 08:55 PM posted to comp.periphs.printers
angelo Campanella
external usenet poster
 
Posts: 20
Default Need to find an application that will convert LPT1 output into a USB printer drive


"Alan" wrote in message
...
On Mon, 13 Sep 2010 08:51:03 -0400, "Angelo Campanella"
wrote:


So what I need is a software item that will intercept the LPT1 data
internal
to my PC (a T43 ThinkPad, now headed for obsolescence) and morph it into a
conventional USB printer output suited to the HP6122 or any other printer
I
must buy in the future. The T43 has a parallel port output, but that
feature
is headed for obsolescence too, I'm certain. I would think that Windows
XYZ
should be able to do that in its sleep, but Microsoft has not thought of
that yet, I guess.


Several methods at the WordPerfect DOS FAQ:
http://www.columbia.edu/~em36/wpdos/winprint.html
http://www.columbia.edu/~em36/wpdos/usbprint.html

And if you have a GDI printer (i.e., needs a proprietary Windows
driver), see also
http://www.columbia.edu/~em36/wpdos/...nyprinter.html




OK... Looked at it.. It barely solves the problems I may face:

Semantics:

I have four different circumstances:

1- Laptop to new USB printer. Unit should convert parallel printer plug
output to USB.

2- New USB only laptop to old parallel printer. Unit should convert USB to
printer plug parallel. (Though, the HP DJ6122 also has a USB input whose
cable I do not have)

3- Old DOS-based scientific instruments producing only a parallel output.
Unit needs to receive 25-pin parallel stream and properly convert it to USB
(maintaining formatting).

4- New Laptop running old DOS based programs that emit an LPT1 printed
output. Software is needed to convert the internal LPT1 data into a USB
stream.

Those are he problems I need to solve.. this year, I think.

At the moment, the T43 and the DJ6122 are working at par (I having learned
to live with minimized quirks).

I'm just trying to get ready for the next failure, laptop or printer.

Ange







  #3  
Old October 3rd 10, 01:38 AM posted to comp.periphs.printers
Warren Block
external usenet poster
 
Posts: 310
Default Need to find an application that will convert LPT1 output intoa USB printer drive

Angelo Campanella wrote:

3- Old DOS-based scientific instruments producing only a parallel output.
Unit needs to receive 25-pin parallel stream and properly convert it to USB
(maintaining formatting).


Use a parallel to serial converter and another computer connected to the
serial. The computer captures serial input and can convert formatting
before printing or saving to a file. Of course, you may have to do some
programming, and it'll depend on your operating system.

ISTR some commercial hardware parallel-USB converters, the opposite of
the common USB to parallel printer adapters. They're expensive and
rare, and being a hardware unit probably won't be able to reformat the
output. There have been a few homebuilt versions on the net, but it
would require building the hardware and having a microcontroller
programming environment to program the firmware.

4- New Laptop running old DOS based programs that emit an LPT1 printed
output. Software is needed to convert the internal LPT1 data into a USB
stream.


Most people would run DOS now under another operating system, or maybe
as a virtual machine. Those should provide options to re-route parallel
port printing. If you really have to have a real DOS, there's
http://www.georgpotthast.de/usb/ (which I haven't tried).
  #4  
Old October 24th 10, 01:59 AM posted to comp.periphs.printers
Meander The Net
external usenet poster
 
Posts: 6
Default Need to find an application that will convert LPT1 output into a USB printer drive

Found this: http://www.printfil.com/english.htm

But it's $75 U.S.

--meander
  #5  
Old October 24th 10, 12:25 PM posted to comp.periphs.printers
Rob[_16_]
external usenet poster
 
Posts: 27
Default Need to find an application that will convert LPT1 output intoa USB printer drive

On 24/10/2010 11:59 AM, Meander The Net wrote:
Found this: http://www.printfil.com/english.htm

But it's $75 U.S.

--meander



Not sure what you want to do. What hardware do you have.

there are adaptors

http://www.usbgear.com/1x-LPT-USB.html

r
  #6  
Old October 27th 10, 02:53 AM posted to comp.periphs.printers
Warren Block
external usenet poster
 
Posts: 310
Default Need to find an application that will convert LPT1 output intoa USB printer drive

Rob wrote:
On 24/10/2010 11:59 AM, Meander The Net wrote:
Found this: http://www.printfil.com/english.htm

But it's $75 U.S.

--meander



Not sure what you want to do. What hardware do you have.

there are adaptors

http://www.usbgear.com/1x-LPT-USB.html


Those connect a standard parallel printer to a USB port.

Going the other way, accepting output from a parallel port and
converting it to USB, is a lot more unusual. There's this:

http://www.lpt2usb.net/

Untried by me, but seems like it should work. As to why you'd want to
do that in hardwa sometimes the source device isn't a computer, or is
a computer with an operating system that can't be modified. There are
lab instruments with parallel outputs, and industrial machinery with
embedded computers.

  #7  
Old October 27th 10, 09:11 AM posted to comp.periphs.printers
Rob[_16_]
external usenet poster
 
Posts: 27
Default Need to find an application that will convert LPT1 output intoa USB printer drive

On 27/10/2010 12:53 PM, Warren Block wrote:
wrote:
On 24/10/2010 11:59 AM, Meander The Net wrote:
Found this: http://www.printfil.com/english.htm

But it's $75 U.S.

--meander



Not sure what you want to do. What hardware do you have.

there are adaptors

http://www.usbgear.com/1x-LPT-USB.html


Those connect a standard parallel printer to a USB port.

Going the other way, accepting output from a parallel port and
converting it to USB, is a lot more unusual. There's this:

http://www.lpt2usb.net/

Untried by me, but seems like it should work. As to why you'd want to
do that in hardwa sometimes the source device isn't a computer, or is
a computer with an operating system that can't be modified. There are
lab instruments with parallel outputs, and industrial machinery with
embedded computers.



That's sort of why I asked so a solution could be found without trying
to guess.
  #8  
Old October 28th 10, 12:49 AM posted to comp.periphs.printers
Warren Block
external usenet poster
 
Posts: 310
Default Need to find an application that will convert LPT1 output intoa USB printer drive

Rob wrote:
On 27/10/2010 12:53 PM, Warren Block wrote:

Not sure what you want to do. What hardware do you have.

there are adaptors

http://www.usbgear.com/1x-LPT-USB.html


Those connect a standard parallel printer to a USB port.

Going the other way, accepting output from a parallel port and
converting it to USB, is a lot more unusual. There's this:

http://www.lpt2usb.net/

Untried by me, but seems like it should work. As to why you'd want to
do that in hardwa sometimes the source device isn't a computer, or is
a computer with an operating system that can't be modified. There are
lab instruments with parallel outputs, and industrial machinery with
embedded computers.


That's sort of why I asked so a solution could be found without trying
to guess.


Go back to the first message in the thread, September 13.
  #9  
Old October 28th 10, 09:03 AM posted to comp.periphs.printers
Rob[_16_]
external usenet poster
 
Posts: 27
Default Need to find an application that will convert LPT1 output intoa USB printer drive

On 28/10/2010 10:49 AM, Warren Block wrote:
wrote:
On 27/10/2010 12:53 PM, Warren Block wrote:

Not sure what you want to do. What hardware do you have.

there are adaptors

http://www.usbgear.com/1x-LPT-USB.html

Those connect a standard parallel printer to a USB port.

Going the other way, accepting output from a parallel port and
converting it to USB, is a lot more unusual. There's this:

http://www.lpt2usb.net/

Untried by me, but seems like it should work. As to why you'd want to
do that in hardwa sometimes the source device isn't a computer, or is
a computer with an operating system that can't be modified. There are
lab instruments with parallel outputs, and industrial machinery with
embedded computers.


That's sort of why I asked so a solution could be found without trying
to guess.


Go back to the first message in the thread, September 13.


Yep now up to speed.

I know someone else who is in this situation and keeps a PC with DOS 6.1
or something like that on that machine and he prints out to a HP laser
printer. The old dos programmes written and managed with Boland dBase
for DOS these will not work under windows W98 Me or XP. Sort of worked
under windows 3.1.


 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to find an application that will convert LPT1 output intoa USB printer drive Man-wai Chang Printers 0 September 13th 10 05:05 PM
DOS LPT1 printer to USB port ? ColinD Printers 1 June 15th 06 09:04 PM
DOS LPT1 printer to USB port ? Bob Headrick Printers 0 June 15th 06 03:13 AM
Can I convert USB cams to BNC output FireBrick Webcams 1 October 22nd 05 06:39 PM
Epson USB printer tries LPT1 port, can't install it to USB. sundance Printers 2 June 26th 04 05:10 PM


All times are GMT +1. The time now is 12:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.