PC Review


Reply
Thread Tools Rate Thread

Capture LPT1(dos) to network works for all but 1 printer

 
 
Savantas_007
Guest
Posts: n/a
 
      4th Dec 2008
Hi.

Local machines: winxp SP3
server: Windows2003 SBS

I have several dos programs that print to LPT1.

I've used NET USE LPT1 \\servername\printername to redirect this to our
network printers, and it works fine for all the attached network printers,
except one (off course: the one where I need it the most).

It works fine for:
- Brother HL-4200CN
- RICOH Aficio 2018

it DOESN'T work for:
- Minolta magicolor 2200 DL

When I print to the Minolta, it appears in the queue, and then dissapears as
if it was sent off to the printer without problems. Yet, the printer doesn't
do anything: no error messages, nothing.

When comparing with the other printer types, the setup of the minolta is
exactly the same....

Any suggestions??

Thx!



 
Reply With Quote
 
 
 
 
Alan Morris [MSFT]
Guest
Posts: n/a
 
      4th Dec 2008
I'm not sure the printer supports raw text data.

If the device is "GDI" or "Host based" most likely no go.

Something else you can try is set the Print Processor to Winprint (printer
Properties, Advanced).

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"Savantas_007" <(E-Mail Removed)> wrote in message
news:CC33602A-04E2-49F5-947A-(E-Mail Removed)...
> Hi.
>
> Local machines: winxp SP3
> server: Windows2003 SBS
>
> I have several dos programs that print to LPT1.
>
> I've used NET USE LPT1 \\servername\printername to redirect this to our
> network printers, and it works fine for all the attached network printers,
> except one (off course: the one where I need it the most).
>
> It works fine for:
> - Brother HL-4200CN
> - RICOH Aficio 2018
>
> it DOESN'T work for:
> - Minolta magicolor 2200 DL
>
> When I print to the Minolta, it appears in the queue, and then dissapears
> as
> if it was sent off to the printer without problems. Yet, the printer
> doesn't
> do anything: no error messages, nothing.
>
> When comparing with the other printer types, the setup of the minolta is
> exactly the same....
>
> Any suggestions??
>
> Thx!
>
>
>



 
Reply With Quote
 
Davide Guolo
Guest
Posts: n/a
 
      5th Dec 2008
> Local machines: winxp SP3
> server: Windows2003 SBS
>
> it DOESN'T work for:
> - Minolta magicolor 2200 DL


looks like that printer is a GDI (AKA Windows-Only) model, as no
"emulation" or "printer language" is mentioned at
ftp://ftp.minolta-qms.com/pub/cts/ou...0dl/usrgde.pdf

If so, that printer cannot understand the simple data flow redirected by
the NET USE command. You need a program to capture the DOS job and
convert it into a GDI job before forwarding it to the printer, like
Printfil.
Please see
http://www.printfil.com/article/prin...y-printers.htm

Hope this help.

Regards,
Davide
aSwIt s.r.l. - Software solutions for legacy programs and batch files
------------------------------------------------------------------------
http://www.Printfil.com : Windows printing system for applications
http://www.FileInMail.com : Automatically send out files via e-mail
http://www.aSwIt.com/odbc4all : Connection to ODBC Data Sources
http://www.aSwIt.com/akill : Batch close Windows applications
 
Reply With Quote
 
Savantas_007
Guest
Posts: n/a
 
      5th Dec 2008

Thx for the quick response everybody.

Looks like this is indeed the only remaining reason.

Had guys of Minolta over here today to install a new multifunctional, and
asked them too. They weren't sure either, and were going to ask around
(apparantly not easy since the relationship between minolta and QMS changed
somewhat....)

I'll keep you posted if they come up with another solution.

Printfil is an option.

thx!



"Davide Guolo" wrote:

> > Local machines: winxp SP3
> > server: Windows2003 SBS
> >
> > it DOESN'T work for:
> > - Minolta magicolor 2200 DL

>
> looks like that printer is a GDI (AKA Windows-Only) model, as no
> "emulation" or "printer language" is mentioned at
> ftp://ftp.minolta-qms.com/pub/cts/ou...0dl/usrgde.pdf
>
> If so, that printer cannot understand the simple data flow redirected by
> the NET USE command. You need a program to capture the DOS job and
> convert it into a GDI job before forwarding it to the printer, like
> Printfil.
> Please see
> http://www.printfil.com/article/prin...y-printers.htm
>
> Hope this help.
>
> Regards,
> Davide
> aSwIt s.r.l. - Software solutions for legacy programs and batch files
> ------------------------------------------------------------------------
> http://www.Printfil.com : Windows printing system for applications
> http://www.FileInMail.com : Automatically send out files via e-mail
> http://www.aSwIt.com/odbc4all : Connection to ODBC Data Sources
> http://www.aSwIt.com/akill : Batch close Windows applications
>

 
Reply With Quote
 
Savantas_007
Guest
Posts: n/a
 
      5th Dec 2008

Tried the winprint thing (and all the other settings here for that matter)...
nothing....

Looks like you're probably right that it's going to be a no go..



"Alan Morris [MSFT]" wrote:

> I'm not sure the printer supports raw text data.
>
> If the device is "GDI" or "Host based" most likely no go.
>
> Something else you can try is set the Print Processor to Winprint (printer
> Properties, Advanced).
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Savantas_007" <(E-Mail Removed)> wrote in message
> news:CC33602A-04E2-49F5-947A-(E-Mail Removed)...
> > Hi.
> >
> > Local machines: winxp SP3
> > server: Windows2003 SBS
> >
> > I have several dos programs that print to LPT1.
> >
> > I've used NET USE LPT1 \\servername\printername to redirect this to our
> > network printers, and it works fine for all the attached network printers,
> > except one (off course: the one where I need it the most).
> >
> > It works fine for:
> > - Brother HL-4200CN
> > - RICOH Aficio 2018
> >
> > it DOESN'T work for:
> > - Minolta magicolor 2200 DL
> >
> > When I print to the Minolta, it appears in the queue, and then dissapears
> > as
> > if it was sent off to the printer without problems. Yet, the printer
> > doesn't
> > do anything: no error messages, nothing.
> >
> > When comparing with the other printer types, the setup of the minolta is
> > exactly the same....
> >
> > Any suggestions??
> >
> > Thx!
> >
> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Capture LPT1 to a USB printer Bill Meyer Windows XP Customization 14 15th Apr 2008 04:18 PM
Need a way to capture or redirect the LPT1 port to a network printer in Windows XP Pro......TIA This is so that an old DOS program can print to a network printer on a jetdirect. Ralph Malph Windows XP General 6 13th Mar 2004 07:16 AM
Capture LPT1 for network printer Benny Windows XP Print / Fax 0 23rd Sep 2003 06:44 PM
Capture LPT1 for network printer Dave Windows XP Print / Fax 0 23rd Sep 2003 04:42 PM
How do I capture a printer port LPT1 Rod Windows XP Hardware 1 16th Jul 2003 07:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:58 PM.