Home All Groups Group Topic Archive Search About

Sending raw ASCII to a printer share...

Author
27 Feb 2006 8:47 PM
Paul Aspinall
Hi
I'm writing a web based system, which needs to direct prints to a Zebra
barcode printer.

I plan to use the ZPL (Zebra's own) programming language for sending Raw
ASCII to the printer, and therefore enabling the printing.

Does anyone have any sample code on sending Raw ASCII to a printer share
location, ie. \\computer1\printer1, \\computer1\printer2

Thanks

Author
27 Feb 2006 10:55 PM
Chris
Paul Aspinall wrote:
> Hi
> I'm writing a web based system, which needs to direct prints to a Zebra
> barcode printer.
>
> I plan to use the ZPL (Zebra's own) programming language for sending Raw
> ASCII to the printer, and therefore enabling the printing.
>
> Does anyone have any sample code on sending Raw ASCII to a printer share
> location, ie. \\computer1\printer1, \\computer1\printer2
>
> Thanks
>
>

There are tons of examples

http://www.google.com/search?hl=en&q=raw+printing+vb.net&btnG=Google+Search

http://www.codeproject.com/Purgatory/Print_Raw_Data.asp

Chris