Hi,
This forum is way beyond a question such as this, but here goes:
First, I should state that I don't know jack about networking. Anyway, if I
develop a printer driver for XP, most likely using the Unidriver
approach...and it works fine as a local printer, can I also expect it to work
on a network? In other words, is a network printer driver different than a
local printer driver? The printer has a serial or USB interface, not
ethernet.
If my question is too vague and shows my ignorance, maybe someone can direct
me to some good educational material?

Re: Printer driver-newbie question by spider

spider
Wed Jan 12 19:59:28 CST 2005

A printer driver for Windows generates printer cmds only, it doesn't
handle data communication stuffs. Your unidriver based printer driver
will work with USB/serial/parallel/network ports. Microsoft supports
various port monitors for such ports. Don't worry about that.

Rock wrote:
> Hi,
> This forum is way beyond a question such as this, but here goes:
> First, I should state that I don't know jack about networking.
Anyway, if I
> develop a printer driver for XP, most likely using the Unidriver
> approach...and it works fine as a local printer, can I also expect it
to work
> on a network? In other words, is a network printer driver different
than a
> local printer driver? The printer has a serial or USB interface, not

> ethernet.
> If my question is too vague and shows my ignorance, maybe someone can
direct
> me to some good educational material?


Re: Printer driver-newbie question by Vipin

Vipin
Wed Jan 12 23:03:25 CST 2005

It is the job of port monitor not of the printer driver.

"Rock" <Rock@discussions.microsoft.com> wrote in message
news:0BE4FC28-C3B0-4CA7-B16D-58E8BDADB998@microsoft.com...
> Hi,
> This forum is way beyond a question such as this, but here goes:
> First, I should state that I don't know jack about networking. Anyway, if
> I
> develop a printer driver for XP, most likely using the Unidriver
> approach...and it works fine as a local printer, can I also expect it to
> work
> on a network? In other words, is a network printer driver different than
> a
> local printer driver? The printer has a serial or USB interface, not
> ethernet.
> If my question is too vague and shows my ignorance, maybe someone can
> direct
> me to some good educational material?