Sending data to USB printer in C#?

前端 未结 3 1484
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-30 02:30

I have script code for zebra TLP2844 printer in a text file. I need to print that script file to a printer connected via USB. I executed that script using parallel port by

3条回答
  •  执笔经年
    2020-12-30 03:11

    You can also do a share/capture of the printer as LPT and then you can print via the type command.

    http://www.nrgsoft.com/support/activekb/questions.php?questionid=11

提交回复
热议问题