Sending raw ASCII to a printer share...

  • Thread starter Thread starter Paul Aspinall
  • Start date Start date
P

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
 
Paul said:
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
 
Back
Top