James Beck wrote:
> In article <FjKOg.733$ya1.224@[EMAIL PROTECTED]
>, jmg14213@[EMAIL PROTECTED]
> says...
>
>>That assumes your USB printer has its own raster processor. Many USB
>>printers use the Windoze driver to process the text / truetype to bitmap
>>and send only the raster bitmap to the printer as a data stream. Since
>>Windoze is already doing the raster for the WYSIWYG on the display, and
>>most use TrueType / OpenType / TypeI fonts, this isn't that much
>>overhead, and saves the printer manufacturer a bundle of money.
>>
>>Most DOS programs send ASCII text and control codes, usually using the
>>Epson ESC-P control sequence. Without that driver in the "DOS" layer,
>>the USB printer sent ASCII will print garbage if anything at all.
>>
>>
>
> What the original poster was trying to do was send LPRINT data out to a
> USB printer. If you go back to the beginning and read the entire post
> the OP was just trying to print generic ASCII strings, nothing fancy.
> So, while your info may be valid, it is not applicable.
>
> Jim
Been away a while, so this is old, BUT:
Sending ASCII to a printer that doesn't have a raster processor, will
produce garbage. Generic ASCII strings sent to a USB, parallel, serial,
or SCSI printer are still just meaningless data unless the printer can
convert them to something. Most USB printers convert ASCII to individual
dots, not characters. So sending ASCII to a USB printer is like sending
PCL to an Epson FX80. It will just waste paper.
And the original question was about redirecting an LPT: output from LPT1
to USB on a laptop with no available LPT ****ts. So the above information
still stands. A USB printer may not be able to function with LPRINT
period. See below...
In article <2i04d2p0dt64tpro3qmbcag3gmd6ufc32k@[EMAIL PROTECTED]
>,
mathedman@[EMAIL PROTECTED]
says...
>> On 3 Aug 2006 06:05:58 -0700, "Martin@[EMAIL PROTECTED]
" <mwhittaker@[EMAIL PROTECTED]
>
>> wrote:
>>
>> I have XP Pro with 1 GB Ram. BUT, it's a laptop with no parallel
>> ****t so, as I've found out, with no help here, that PB Dos 3.2
>> has no capability to print to a USB printer --LPRINT command
>> prints only to LPT ****t requiring a parallel ****t printer.
>> I've heard that Ver. 3.5 has added a USB print command in
>> addition to the LPRINT command.


|