This content has been marked as final.
Show 4 replies
-
Re: How QL 220 plus printer support USB printing through c#
Robin WestSep 21, 2017 12:16 PM (in response to ankit bansal)
Hi Ankit, Which OS specifically are you developing for? USB support is very hardware/OS driven.
-
Re: How QL 220 plus printer support USB printing through c#
ankit bansal Sep 27, 2017 5:50 AM (in response to Robin West)-
Re: How QL 220 plus printer support USB printing through c#
Robin WestOct 3, 2017 2:16 PM (in response to ankit bansal)
Hi Ankit,
USB printing is supported, across most of our printers. You have two primary options, print using the printer driver, or open a filestream to the USB port. The driver is what I recommend to work with for USB from Windows. Especially as you are working across multiple versions of Windows where the hardware libraries have undergone some massive changes. There are some samples in this post Print without ZPL? as well as all over the internet.
-
-
-
Re: How QL 220 plus printer support USB printing through c#
ankit bansal Sep 27, 2017 5:55 AM (in response to ankit bansal)