I would write an utility to access the parallel port.
Do I need to write a kernel driver to reserve the
parallel port? or the system supplied parallel port
driver proivdes the way for the user mode program to
access the parallel port?

If I need a kernel driver, please tell me how to do
it in the driver implement.

I have no idea about parallel port programming. Can
anybody help me?

Best Regards

Jackal Huang

Re: How to access parallel port from user mode program on Win2K/XP? by Arkady

Arkady
Thu Jul 22 02:51:43 CDT 2004

You can use ready one from
http://www.entechtaiwan.com/dev/lpt/index.shtm#down
Arkady

"Jackal Huang" <anonymous@discussions.microsoft.com> wrote in message
news:1bca01c46f90$8d8ba710$a501280a@phx.gbl...
> I would write an utility to access the parallel port.
> Do I need to write a kernel driver to reserve the
> parallel port? or the system supplied parallel port
> driver proivdes the way for the user mode program to
> access the parallel port?
>
> If I need a kernel driver, please tell me how to do
> it in the driver implement.
>
> I have no idea about parallel port programming. Can
> anybody help me?
>
> Best Regards
>
> Jackal Huang



Re: How to access parallel port from user mode program on Win2K/XP? by Jackal

Jackal
Thu Jul 22 04:35:15 CDT 2004

Thanks, but I want to know the implement detail
in the kernel driver.


>-----Original Message-----
>You can use ready one from
>http://www.entechtaiwan.com/dev/lpt/index.shtm#down
>Arkady
>
>"Jackal Huang" <anonymous@discussions.microsoft.com>
wrote in message
>news:1bca01c46f90$8d8ba710$a501280a@phx.gbl...
>> I would write an utility to access the parallel port.
>> Do I need to write a kernel driver to reserve the
>> parallel port? or the system supplied parallel port
>> driver proivdes the way for the user mode program to
>> access the parallel port?
>>
>> If I need a kernel driver, please tell me how to do
>> it in the driver implement.
>>
>> I have no idea about parallel port programming. Can
>> anybody help me?
>>
>> Best Regards
>>
>> Jackal Huang
>
>
>.
>

Re: How to access parallel port from user mode program on Win2K/XP? by Leo

Leo
Thu Jul 22 05:48:12 CDT 2004

> If I need a kernel driver, please tell me how to do
> it in the driver implement.
>
> I have no idea about parallel port programming. Can
> anybody help me?

You can find everything at http://www.lvr.com/parport.htm

Leo Havmøller.



Re: How to access parallel port from user mode program on Win2K/XP? by Arthur

Arthur
Fri Jul 23 05:22:07 CDT 2004

pls refer to MSND-Platform SDK-Bse Services-File and I/O-Communications

--
Arthur Tu