Hi,

I have make a driver for a serial printer that wotks fine (2k/XP).
But a customer want to use it with a network.
So he use the "Digi One SP" adaptator that convert a network communication
in serial one.
My driver send data to the printer, but I can't read the answers in my
language monitor (based on the pjlmon sample).
Does anyone know the problem or have a solution ?

Please Help me, I don't understand.

Benoit

Re: Printer driver with IP connection by Ashwin

Ashwin
Fri Feb 06 13:00:51 CST 2004

Since your language montior works fine with a regular serial port, my guess
is that the adapter is not letting the status bits back from the printer
come through. You should probably get more details on how the adapter itself
works. For example, what driver does the adapter use and where does the
driver sit on the stack? Does it sit below the serial port driver? Your
results point to a problem with the adapter. So I would check that out
first.

--
- Ashwin

Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.

"Benoit" <supportnospam@printherm.com> wrote in message
news:eWyKmc$6DHA.2656@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I have make a driver for a serial printer that wotks fine (2k/XP).
> But a customer want to use it with a network.
> So he use the "Digi One SP" adaptator that convert a network communication
> in serial one.
> My driver send data to the printer, but I can't read the answers in my
> language monitor (based on the pjlmon sample).
> Does anyone know the problem or have a solution ?
>
> Please Help me, I don't understand.
>
> Benoit
>
>



Re: Printer driver with IP connection by qualsoft_software

qualsoft_software
Tue Feb 24 12:02:18 CST 2004

Hi Ashwinn,
I am a Director of a Windows Printer Driver Development company based
in England.
http://www.qualsoftsoftware.com

I am wondering if you receive any requests for companies that develop
custom Windows printer drivers or plug ins?

If not, sorry to trouble you,
With Best Regards,
Andy
QualSoft

"Ashwin [MS]" <ashwinn@online.microsoft.com> wrote in message news:<ulCnKOO7DHA.2056@TK2MSFTNGP10.phx.gbl>...
> Since your language montior works fine with a regular serial port, my guess
> is that the adapter is not letting the status bits back from the printer
> come through. You should probably get more details on how the adapter itself
> works. For example, what driver does the adapter use and where does the
> driver sit on the stack? Does it sit below the serial port driver? Your
> results point to a problem with the adapter. So I would check that out
> first.
>
> --
> - Ashwin
>
> Microsoft Printing, Imaging and Fax Team
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Benoit" <supportnospam@printherm.com> wrote in message
> news:eWyKmc$6DHA.2656@TK2MSFTNGP11.phx.gbl...
> > Hi,
> >
> > I have make a driver for a serial printer that wotks fine (2k/XP).
> > But a customer want to use it with a network.
> > So he use the "Digi One SP" adaptator that convert a network communication
> > in serial one.
> > My driver send data to the printer, but I can't read the answers in my
> > language monitor (based on the pjlmon sample).
> > Does anyone know the problem or have a solution ?
> >
> > Please Help me, I don't understand.
> >
> > Benoit
> >
> >