Thread: Parallel Port Access

  1. #1
    Registered User
    Join Date
    Oct 2005
    Location
    Brasil
    Posts
    220

    Parallel Port Access

    Iīm developing a software that send signals to the parallel port, but i actually discovered that windows XP blocks my attempts, how can i send the signals without being stopped? I already tried dllīs that say that with them i can access the LPT but i couldnīt, it simply showed no result, no errors no efects example of a dll: http://www.logix4u.net/inpout32.htm

    OS: Windows XP Professional Service Pack 2
    COMPILER: MS VC 2005

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    http://www.lvr.com/parport.htm
    Did you try this as a normal user, or as admin. Newer operating systems can be pretty picky about letting programs access the hardware directly.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2005
    Location
    Brasil
    Posts
    220
    i tried that as a normal user with admin privilegies, and i already saw that website, in linux i was able to access the LPT but not in windows.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question on Accessing parallel port
    By Luciferek in forum C++ Programming
    Replies: 6
    Last Post: 06-16-2008, 05:36 PM
  2. Replies: 3
    Last Post: 02-29-2008, 01:29 PM
  3. brace-enclosed error
    By jdc18 in forum C++ Programming
    Replies: 53
    Last Post: 05-03-2007, 05:49 PM
  4. Segmentation Fault - Trying to access parallel port
    By tvsinesperanto in forum C Programming
    Replies: 3
    Last Post: 05-24-2006, 03:28 AM
  5. how to access parallel port under windows NT
    By lwong in forum Windows Programming
    Replies: 1
    Last Post: 01-07-2004, 03:20 AM