Use USB Printer

R

Ray

How can I use an USB Printer to emulate a Parallel printer. I have an old
program that use a parallel port as the output for printing. Is there a way
to use use an USB port as an parallel port?

Thanks RayN
 
R

Ramesh, MS-MVP

Hi RayN,

Try this trick.

HOWTO: Print to a USB Printer from DOS in Windows XP:
http://geekswithblogs.net/dtotzke/articles/26204.aspx

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


How can I use an USB Printer to emulate a Parallel printer. I have an old
program that use a parallel port as the output for printing. Is there a way
to use use an USB port as an parallel port?

Thanks RayN
 
P

Patrick Keenan

Ray said:
How can I use an USB Printer to emulate a Parallel printer. I have an old
program that use a parallel port as the output for printing. Is there a
way to use use an USB port as an parallel port?

Thanks RayN

Absolutely, yes. There are redirectors like DOS2USB, and if you have a
small network with the USB printer on another system, you can simply use the
NET USE command to redirect the LPT port to the other system. The DOS app
will probably never know the difference.

HTH
-pk
 
B

Bruce Chambers

Ray said:
How can I use an USB Printer to emulate a Parallel printer. I have an old
program that use a parallel port as the output for printing. Is there a way
to use use an USB port as an parallel port?

Thanks RayN


Create a network share for the printer (This can be done even if
your PC is the only member of its workgroup), and then use the Net Use
command to redirect the DOS output. For example:

NET USE LPT1 \\ComputerName\PrinterShareName /PERSISTENT:YES


--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top