Printing Text directly to a USB Printer

G

geoleo68

I've got a Zebra barcode printer and I can create a TXT file with all the
zebra barcode and text instructions (^BF... whatever) for each individual
label I need to print. Sometimes it's only one label, sometimes it ranges in
the hundreds.

I currently have the printer connected on LPT1 and I simply run a CopyFile
myfile.txt, "LPT1" line and all the code is sent to the printer.

Due to other printers I need to hook up this barcode printer on a USB port.
How can I directly send code to the printer on the USB port? the CopyFile
method no longer works for copying my txt file.

Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top