Bluepoint Design

Practical cost effective solutions   
UPS network print

Home
Up
UPS will tell you that their thermal printer can't be networked but I found a workaround. Generally if you network one of the Eltron printers it will work from Windows apps but not from the ActiveX control from the webpage. So I went back to the old DOS days of networking for a trick. Here's what you do...
  1. On the machine physically attached to the printer install the thermal printer on a machine as per usual.
  2. On that same machine share the printer out, for this example let's use a share name of "UPS"
  3. On the workstation without the printer attached open up a command prompt and type
          net use LPT1 \\server\UPS /persistent:yes
    This redirects your physical parallel port to the network resource and makes it appear like a local port to all programs. The persistent switch makes it stick for following sessions.
  4. Download the driver from UPS to disk and expand.
  5. Manually add a printer and choose the "Have disk" option and point it to the downloaded driver and choose LPT1 for the port.
  6. Go to the UPS web page and install the ActiveX control as usual and test your setup. There's a link on the shipping preferences page.
  7. Graciously receive adulation and rewards of alcohol from your users. Don't forget my commission of one beer out of the six-pack.

Some additional notes:

  1. Uninstall any previous attempt at installing the printer on the workstation.
  2. Assumes your workstation doesn't require a local parallel port.
  3. On Windows Vista I found that UAC causes some additional problems. For some reason it refuses to allow Net Use to redirect an existing physical port. The only workaround I found on short notice was to disable UAC. If anyone knows of a better solution please let me know.
Practical cost effective solutions