Thread: Parallel interfacing and pci cards

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    3

    Parallel interfacing and pci cards

    Hi.

    I've read that PCI parallel port cards are more or less useless but printing..

    I'm about to write an interface prog for controlling a preety old equipment which takes input by a parallel port, but from what I've heard other people before me failed. I suspect that it has to do with it.

    IS this true? Should I search for a specific brand of PCI Parallel card or is there any other equipment I could use?

    Thanks in advance.

  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
    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 2012
    Posts
    3
    Quote Originally Posted by Salem View Post
    It doesn't say anything about the problem. My initial question is from this

    Unfortunately, as of today parallel port is a completely deprecated interfacing standard. It is impossible finding a new laptop with parallel port these days. Even almost all branded PCs already shead Parallel Ports from their back panels. Other alternative available in market such as PCI parallel port expansion cards and USB to Parallel Port converters aren't good for anything other than connecting your old printer because of their architectural difference.

    A tutorial on Parallel port Interfacing
    So if you know, or encountered problems with interfacing on pci plz let me know

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > Other alternative available in market such as PCI parallel port expansion cards and USB to Parallel Port converters aren't good for anything other than connecting your old printer because of their architectural difference.
    Well that really depends on the quality of the PCI/USB device that you bought.

    Buy something cheap, which only implements the handful of pins necessary to drive a printer, or go up-market a bit and find something that implements the full interface.
    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.

  5. #5
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    I have never had a problem with a pci parallel port. In order to work for a printer they must properly emulate the original printer port so they should work without problems.

    Jim

  6. #6
    Registered User
    Join Date
    Oct 2012
    Posts
    3
    THanks guys!

  7. #7
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Most/all USB adapters DO NOT emulate the whole parallel port, so they only work with printers. I found that out after buying USB-parallel adapters to try to flash an FPGA.

  8. #8
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    For USB I recommend using one of the many USB digital input/output modules, similar to this link. Note: I haven't tried using the product, but there are quite a few different USB based IO boards available with different specs and prices. For the PCI there are probably also cards that don't follow the complete specification, always check the specs before you purchase the board.

    Jim

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Parallel port interfacing
    By buxi07 in forum C Programming
    Replies: 3
    Last Post: 11-29-2011, 02:58 PM
  2. problem interfacing in parallel port
    By tariq7868 in forum C Programming
    Replies: 4
    Last Post: 06-08-2009, 03:53 AM
  3. interfacing c and java..
    By vapanchamukhi in forum C Programming
    Replies: 4
    Last Post: 09-18-2008, 02:10 PM
  4. LPT Port Interfacing
    By ScriptBlue in forum Windows Programming
    Replies: 3
    Last Post: 06-10-2005, 03:13 PM
  5. parallel port interfacing
    By surdy in forum C Programming
    Replies: 3
    Last Post: 10-17-2004, 08:17 AM