Capturing LPT port to USB Printer? - Page 2
Page 2 of 2 FirstFirst 1 2
Results 16 to 22 of 22

Thread: Capturing LPT port to USB Printer?

  1. #16
    Geezer confus-ed's Avatar
    Join Date
    Jul 1999
    Location
    In front of my PC....
    Posts
    13,087

    Arrow

    Originally posted by Archer
    But....even if a suitable cable is installed w`ont dos sill have problems communicating with USB drivers as they are not nativly supported?
    I pressume that the wiring takes care of that & you can only print uni-directionally....which would be normal in a dos environment... so no I don't think you need any 'extra' drivers...

  2. #17
    Registered User Archangel42069's Avatar
    Join Date
    Sep 2002
    Location
    Malebolge, 8th Level of Hell
    Posts
    607
    Originally posted by Archer
    But....even if a suitable cable is installed w`ont dos sill have problems communicating with USB drivers as they are not nativly supported?
    If it is sending its data to the parallel port, then it doesn't need to know how to print to a usb device, it recognizes only a parallel device

  3. #18
    Registered User geoscomp's Avatar
    Join Date
    Apr 2002
    Location
    Minnesota
    Posts
    2,340
    All of the cables that I have seen for this purpose convert a parallel printer to use a usb port..not a usb printer to use a parallel port, which is what he is asking for

  4. #19
    Registered User
    Join Date
    Nov 2001
    Location
    USA
    Posts
    54

    Re: Capturing LPT port to USB Printer?

    Originally posted by gpint
    Is there a way to capture an LPT port to a USB Printer? I have a client who purchased a new printer that only has USB. The problem is that they need to print from a DOS program. Does anyone know of a way to accomplish this?
    Should be able too:

    Run "Add new printer".

    Select Local Printer and de-select the plug & play option.

    On the next page, select "use the following port" and then go down the list and hilight the USB printer.

    Finish up the installation from there as you normally would.

    TL

  5. #20
    Registered User geoscomp's Avatar
    Join Date
    Apr 2002
    Location
    Minnesota
    Posts
    2,340
    except then wouldn't you need to have the usb printer attached to a usb port?..has anyone found a parallel cable to usb printer adapter?

  6. #21
    Registered User Archangel42069's Avatar
    Join Date
    Sep 2002
    Location
    Malebolge, 8th Level of Hell
    Posts
    607
    Originally posted by geoscomp
    except then wouldn't you need to have the usb printer attached to a usb port?..has anyone found a parallel cable to usb printer adapter?
    OK, I just fixed a similar problem today...with a comp that had only a network printer to print to, i made it print from dos.

    set up the printer as usual, then create a batch file using this script:

    @echo off
    net use lpt1 \\computername\printername /persistent:yes

    it should return: The command completed successfully.

    Otherwise it would be: A system error 852 has occurred.

    The command could not be completed.

    If this is the case, something else is using your printer port.

    Place the batch in your startup folder, and it will execute every time you log on (put it in all users if everyone will need it)

    If it is only needed when you are using that one program, let me know and I will give you a script to use.

    Good luck.
    --Those who think they know everything annoy those of us that do.

  7. #22
    Registered User
    Join Date
    Dec 2000
    Location
    Gainesville, GA, USA
    Posts
    152
    You might try sharing the printer, then map it with the net use command to LPT1. I haven't tried this myself so let me know if it works.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •