Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

generic text / only driver for nt and 2000

Status
Not open for further replies.

QWERTY5000

Programmer
Joined
Aug 1, 2003
Messages
2
Location
US
I'm not sure where to start with this problem, so forgive me if this description lacks specifics.
I'm working on a complicated system that consists of a Win NT 4.0 box running in-house code that writes to a Texas Instruments Omni 800 Model 8930 printer via a Hewlett Packard JetDirect Ex print server. We're trying to upgrade to Windows 2000. That's the only thing changing in the setup. I've checked that all the settings match our WinNT version of this system, and everything seems setup correctly. I'm using a generic text only driver for the printer. The port is set up for the JetDirect system, so the printer works (i.e. I can print a test page). The two systems function the same until we try to print a bar code. The Win NT setup prints everything alright, but the 2000 system mangles the bar code by shrinking its size and running part of it off on another line. The rest of the page (normal text) prints fine. The TI, along with other bar code printers, uses escape characters to set the size and position etc. of the bar code. These characters are hard coded in our in house program. As long as they get sent to the printer, all is well. This leads me to believe that there is something I'm not understanding about how the generic text only driver works, and that when I try sending these control characters through it, something changes. Shouldn't it just pass through whatever I give it? Is it possible to try using the old Win NT generic driver on the 2000 machine to see if that would work? Any other ideas? I'm spent.
thanks
 
You can load NT drivers on Win2K machines, most work exactly as they did on NT.
 
I wanted to try loading the NT version of the generic/text only driver onto the 2000 box, but I can't figure out what file I can copy over to install from. The only files I've been able to find related to this print driver are not .inf files (some are .dll some are other). So can someone tell me what to copy over and how to install the g/to driver from NT to 2000, or if there is somewhere I can download it online (I tried microsoft.com and couldn't find anything).
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top