Hi,
I posted a little about this yesterday, but I have made some steps closer to my goal. I am trying to print labels to a Zebra printer on our network.
What I am trying to accomplish is to send just text to the label printer, which has a generic/text driver installed for it. In my VB code, I am currently setting the printer, doing a Printer.Print "ZPL code goes here" and Printer.EndDoc. When I send it to the printer the data light on the printer is illuminated, but nothing prints. My question is how do I send just text to the printer or do I have to actually send a text file?
I know my ZPL code is correct because I have it in a text file and do a File >> Print and it prints out as it should.
-UncleCake
I posted a little about this yesterday, but I have made some steps closer to my goal. I am trying to print labels to a Zebra printer on our network.
What I am trying to accomplish is to send just text to the label printer, which has a generic/text driver installed for it. In my VB code, I am currently setting the printer, doing a Printer.Print "ZPL code goes here" and Printer.EndDoc. When I send it to the printer the data light on the printer is illuminated, but nothing prints. My question is how do I send just text to the printer or do I have to actually send a text file?
I know my ZPL code is correct because I have it in a text file and do a File >> Print and it prints out as it should.
-UncleCake