CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    1

    How do I read/write to a parallel port using windows DDK?

    Hi all, I am relatively new to windows DDK and I need to write a code using this software to read/write to and from the parallel port. If anyone could please help me out it would really be appreciated.

    Thanks in advance

  2. #2
    Join Date
    Feb 2005
    Location
    Pune (India)
    Posts
    644

    Thumbs up Re: How do I read/write to a parallel port using windows DDK?

    Hi,

    Go through, Art Bakers "The Windows 2000 Device Drivers" book in chapter 8 , he has explained very well how to write loopback driver for parallel port.

    -Anant
    "Devise the simplest possible solution that solves the problems"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured