Thread: problem inputting data to parallel port

  1. #1
    Registered User
    Join Date
    Jun 2009
    Posts
    9

    problem inputting data to parallel port

    how do we refer the, in terms of port no, status and control line for 'inb' function or for ( (inp32) function in case of using inout32.dll.. ???

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Does it have documentation to go with it? How are we supposed to know how a random DLL behaves?

    This website offers an alternative by giving you its own DLL, similarly named to what you suggested. Questionable, depending on your needs.

    Try to find documentation. There is no special way to instantly know how to use a DLL.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data structure for storing serial port data in firmware
    By james457 in forum C Programming
    Replies: 4
    Last Post: 06-15-2009, 09:28 AM
  2. Parallel Port to USB controller and outb()
    By coletek in forum Linux Programming
    Replies: 1
    Last Post: 06-05-2009, 06:57 AM
  3. Problem with string and serial port
    By collinm in forum C Programming
    Replies: 2
    Last Post: 03-23-2005, 10:19 AM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. Problem when data is printed.
    By Fuzzyman81 in forum C Programming
    Replies: 4
    Last Post: 11-06-2001, 03:24 PM