Thread: LPT Port Bit States

  1. #1
    Unregistered
    Guest

    LPT Port Bit States

    Hi, I'm trying to send High or Low signals to specific pins of the
    LPT port using C++ programming... I don't have any clue where to start to find the memory addresses for the pins.... Help please.

  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
    > I don't have any clue where to start to find the memory addresses for the pins.... Help please.
    Unless you're using DOS, you don't have direct access to the hardware anyway, so it becomes a pointless question.

    Protected operating systems have a variety of ways of giving you controlled access to the hardware.

    Which operating system do you have?

  3. #3
    Unregistered
    Guest
    The program will be run in either dos or windows

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bit level permutation function
    By zxcv in forum C Programming
    Replies: 2
    Last Post: 07-27-2008, 01:26 PM
  2. HELP with storing serial port data into txt file
    By inmaterichard in forum C Programming
    Replies: 2
    Last Post: 04-02-2008, 02:20 AM
  3. Replies: 7
    Last Post: 12-10-2004, 08:18 AM
  4. bit patterns of negtive numbers?
    By chunlee in forum C Programming
    Replies: 4
    Last Post: 11-08-2004, 08:20 AM
  5. Basic port scanner code .. pls help ???
    By intruder in forum C Programming
    Replies: 18
    Last Post: 03-13-2003, 08:47 AM