0

I want to send a text file containing ZPL to a Zebra GC420 printer. The ZPL Manual asks me to send it to the printer from the DOS command prompt, but doesn't say how. I can send through the parallel port using PRN, and it works. But I cannot print through USB, and I cannot print from any Windows version above XP.

2

2 Answers 2

2
  1. make zpl commmand text file
  2. type 'copy printsample.txt lpt1' in dos command window
Sign up to request clarification or add additional context in comments.

1 Comment

3. comport => copy printsample.txt com1
0

In the network printer, you can use the netcat (nc). It is available in Linux and in windows too.

netcat -N your.printer.ip 9100 <text_file_you_want

I checked it few minutes ago...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.