Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LPT and COM port redirect

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hello!

I have the folowwing situation:

I had an external device before and i've replaced it with a newer one. The old one was connected to the computer through the LPT1 port and there was a small program which coordinated the data transfer.
But the newer device is connected to the COM1 port instead of LPT1, and i have no program for it, the old program only handles LPT1.

Is it possible to "catch" the data sent by the program, and reditect it to COM1, and vice-versa (redirect data from COM1 to LPT1 so the old program can process it)?

If something is not clear, please ask.
 
the dos command 'mode'
Redirect printing: MODE LPTn[:]=COMm[:]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top