Hi,
What SDK can I use to create a C# program that allows me to print directly to a USB printer?
I've already researched some materials, but I still haven't found the ideal solution for my specific case.
Link like Link-OS Multiplatform SDK | Zebra, but nothing yet
Basically the program will have a login screen
It will connect to an API and will be "listening" to requests (via socket io), when I have a (specific) product through these requests I will print it on a printer on the right, or on the left (yes, there are two sectors)
There will be 2 printers:
Zebra ZD220 203DPI Label Printer (USB/203DPI)
Thanks
1 Replies
Inside the Link-OS Multiplatform SDK | Zebra package, there is a Link-OS SDK for .NET (See the online API doc: https://techdocs.zebra.com/link-os/2-15/pc_net/). The Link-OS SDK for .NET has API for connecting to the printer via USB. Give it a try and let us know if you have questions.