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?
 
Top