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

Thread: Read Port

  1. #1
    Join Date
    Dec 2000
    Location
    Colombo,Srilanka
    Posts
    50

    Read Port

    Hi gurus,
    I want to read the data of the parellel port.
    My O/S is WIndows ME.
    Will it deferent to Other O/S

    Thanx

    Dinesh Asanka

  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Read Port

    you need to be able to access the I/O port with same DLL that access the kernel driver. check this out

    http://www.lvr.com/parport.htm

    download the Inpout32.dll which might help you.

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


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